| Index: chrome/browser/extensions/installed_loader.cc
|
| diff --git a/chrome/browser/extensions/installed_loader.cc b/chrome/browser/extensions/installed_loader.cc
|
| index 0f06b984c3eb3a7fc3109283e00b387b3a2a5b6a..ba78077bd0a0d6a9c19f9d5a060c6dbd1d18da93 100644
|
| --- a/chrome/browser/extensions/installed_loader.cc
|
| +++ b/chrome/browser/extensions/installed_loader.cc
|
| @@ -55,7 +55,8 @@ ManifestReloadReason ShouldReloadExtensionManifest(const ExtensionInfo& info) {
|
| return UNPACKED_DIR;
|
|
|
| // Reload the manifest if it needs to be relocalized.
|
| - if (extension_l10n_util::ShouldRelocalizeManifest(info))
|
| + if (extension_l10n_util::ShouldRelocalizeManifest(
|
| + info.extension_manifest.get()))
|
| return NEEDS_RELOCALIZATION;
|
|
|
| return NOT_NEEDED;
|
|
|