Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: chrome/common/extensions/api/i18n/default_locale_handler.h

Issue 11968032: Move 'theme' parsing out of Extension class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed IncognitoAutofillManagerTest unittest Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/themes/theme_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 112fb966af4a9f61e8a9c64d9b6c293abebddae8..f3541d316bc42009711d78dbc1c9c52addb93781 100644
--- a/chrome/common/extensions/api/i18n/default_locale_handler.h
+++ b/chrome/common/extensions/api/i18n/default_locale_handler.h
@@ -28,6 +28,7 @@ class DefaultLocaleHandler : public ManifestHandler {
virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
+ private:
DISALLOW_COPY_AND_ASSIGN(DefaultLocaleHandler);
};
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/themes/theme_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698