| Index: chrome/common/extensions/api/themes/theme_handler.h
|
| diff --git a/chrome/common/extensions/api/themes/theme_handler.h b/chrome/common/extensions/api/themes/theme_handler.h
|
| index 09280fc5f487c43d750f44a538fec8e796552fbd..928ca7bd8dd9b47946095daebeefd2c915fb025d 100644
|
| --- a/chrome/common/extensions/api/themes/theme_handler.h
|
| +++ b/chrome/common/extensions/api/themes/theme_handler.h
|
| @@ -48,6 +48,8 @@ class ThemeHandler : public ManifestHandler {
|
| virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
|
|
|
| private:
|
| + virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ThemeHandler);
|
| };
|
|
|
|
|