| Index: chrome/common/extensions/api/i18n/default_locale_handler.h
|
| diff --git a/chrome/common/extensions/api/i18n/default_locale_handler.h b/chrome/common/extensions/api/i18n/default_locale_handler.h
|
| index f3541d316bc42009711d78dbc1c9c52addb93781..1735ba39f04312acff0044d850df980769df7bf6 100644
|
| --- a/chrome/common/extensions/api/i18n/default_locale_handler.h
|
| +++ b/chrome/common/extensions/api/i18n/default_locale_handler.h
|
| @@ -29,6 +29,8 @@ class DefaultLocaleHandler : public ManifestHandler {
|
| virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
|
|
|
| private:
|
| + virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(DefaultLocaleHandler);
|
| };
|
|
|
|
|