| Index: chrome/browser/extensions/extension_updater.cc
|
| diff --git a/chrome/browser/extensions/extension_updater.cc b/chrome/browser/extensions/extension_updater.cc
|
| index 593b04d3e5fc41eea6e9ce05d9007b02da2e846d..ca7a7d33de89cb832102a9817b56d8e8cc1b5784 100644
|
| --- a/chrome/browser/extensions/extension_updater.cc
|
| +++ b/chrome/browser/extensions/extension_updater.cc
|
| @@ -182,11 +182,7 @@ void ManifestFetchesBuilder::AddPendingExtension(
|
| scoped_ptr<Version> version(
|
| Version::GetVersionFromString("0.0.0.0"));
|
|
|
| - Extension::Location location =
|
| - (info.is_from_sync ? Extension::INTERNAL
|
| - : Extension::EXTERNAL_PREF_DOWNLOAD);
|
| -
|
| - AddExtensionData(location, id, *version,
|
| + AddExtensionData(info.install_source, id, *version,
|
| info.expected_crx_type, info.update_url);
|
| }
|
|
|
|
|