| 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..684a1980e3338de41bcd8fd40da2a951e7d51df5 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(const base::DictionaryValue* manifest);
|
|
|
| // Localize extension name, description, browser_action and other fields
|
| // in the manifest.
|
|
|