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

Unified Diff: chrome/common/extensions/extension_l10n_util.h

Issue 12578008: Move CrxFile, FileReader, ExtensionResource to src/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: chrome/common/extensions/extension_l10n_util.h
diff --git a/chrome/common/extensions/extension_l10n_util.h b/chrome/common/extensions/extension_l10n_util.h
index ad908928bfe64b0a16c080df80946c68728e4e14..56f0cc01a084b8a3e92ad8e3db0965ea84ebac2e 100644
--- a/chrome/common/extensions/extension_l10n_util.h
+++ b/chrome/common/extensions/extension_l10n_util.h
@@ -35,7 +35,7 @@ std::string GetDefaultLocaleFromManifest(const base::DictionaryValue& manifest,
// Returns true iff the extension was localized, and the current locale
// doesn't match the locale written into info.extension_manifest.
-bool ShouldRelocalizeManifest(const extensions::ExtensionInfo& info);
+bool ShouldRelocalizeManifest(base::DictionaryValue* const manifest);
Jeffrey Yasskin 2013/03/22 20:26:50 "const" after the * has no effect in a declaration
Yoyo Zhou 2013/03/22 21:33:32 Changed to const base::DictionaryValue*
// Localize extension name, description, browser_action and other fields
// in the manifest.

Powered by Google App Engine
This is Rietveld 408576698