| Index: chrome/common/extensions/api/omnibox/omnibox_handler.h
|
| diff --git a/chrome/common/extensions/api/omnibox/omnibox_handler.h b/chrome/common/extensions/api/omnibox/omnibox_handler.h
|
| index 166559bddac8c64edb34b4257d94c95fd8d65b1d..5ef709e49b99faa2b7cc52fb0eeb9484f306155e 100644
|
| --- a/chrome/common/extensions/api/omnibox/omnibox_handler.h
|
| +++ b/chrome/common/extensions/api/omnibox/omnibox_handler.h
|
| @@ -29,6 +29,9 @@ class OmniboxHandler : public ManifestHandler {
|
| virtual ~OmniboxHandler();
|
|
|
| virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
|
| +
|
| + private:
|
| + virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| };
|
|
|
| } // namespace extensions
|
|
|