| Index: chrome/common/extensions/api/icons/icons_handler.h
|
| diff --git a/chrome/common/extensions/api/icons/icons_handler.h b/chrome/common/extensions/api/icons/icons_handler.h
|
| index 8243eb1d3b565a79f9728ff99361b34a2f25f49b..af48059b68e961125b1560503493fc01ba55762a 100644
|
| --- a/chrome/common/extensions/api/icons/icons_handler.h
|
| +++ b/chrome/common/extensions/api/icons/icons_handler.h
|
| @@ -72,6 +72,8 @@ class IconsHandler : public ManifestHandler {
|
| virtual ~IconsHandler();
|
|
|
| virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
|
| + private:
|
| + virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| };
|
|
|
| } // namespace extensions
|
|
|