| Index: chrome/browser/extensions/installed_loader.cc
|
| diff --git a/chrome/browser/extensions/installed_loader.cc b/chrome/browser/extensions/installed_loader.cc
|
| index 61c17d6e30861920ba3c73f22439dd0b0dcb67de..79cc2e8f85b1551934e6943c934ed3beac1c72f8 100644
|
| --- a/chrome/browser/extensions/installed_loader.cc
|
| +++ b/chrome/browser/extensions/installed_loader.cc
|
| @@ -84,6 +84,7 @@ void InstalledLoader::Load(const ExtensionInfo& info, bool write_to_prefs) {
|
|
|
| // Once installed, non-unpacked extensions cannot change their IDs (e.g., by
|
| // updating the 'key' field in their manifest).
|
| + // TODO(jstritar): migrate preferences when unpacked extensions change IDs.
|
| if (extension &&
|
| extension->location() != Extension::LOAD &&
|
| info.extension_id != extension->id()) {
|
|
|