| Index: chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| index f43dee2ae2cf9b05b7c43298effea1359f95eea5..337b9a66ce3e2ecebf8162f9da83c233cb0075be 100644
|
| --- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| @@ -71,8 +71,7 @@ std::string SyncExtensionHelper::InstallExtension(
|
| return "";
|
| }
|
| profile->GetExtensionService()->OnExtensionInstalled(
|
| - extension, extension->UpdatesFromGallery(), syncer::StringOrdinal(),
|
| - false /* no requirement errors */);
|
| + extension, syncer::StringOrdinal(), false /* no requirement errors */);
|
| return extension->id();
|
| }
|
|
|
|
|