| Index: chrome/browser/extensions/extension_sync_service.cc
|
| diff --git a/chrome/browser/extensions/extension_sync_service.cc b/chrome/browser/extensions/extension_sync_service.cc
|
| index e1b1af255e5dff72fecab9ba397e0ab9e31bd38f..82d93bba1a73a2eb40bf4bad26160e517294d339 100644
|
| --- a/chrome/browser/extensions/extension_sync_service.cc
|
| +++ b/chrome/browser/extensions/extension_sync_service.cc
|
| @@ -526,7 +526,8 @@ bool ExtensionSyncService::ProcessExtensionSyncDataHelper(
|
| extension_sync_data.update_url(),
|
| filter,
|
| kInstallSilently,
|
| - extension_sync_data.remote_install())) {
|
| + extension_sync_data.remote_install(),
|
| + extension_sync_data.installed_by_custodian())) {
|
| LOG(WARNING) << "Could not add pending extension for " << id;
|
| // This means that the extension is already pending installation, with a
|
| // non-INTERNAL location. Add to pending_sync_data, even though it will
|
|
|