| 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 b4c0f1db4d4bfc871cd2949620c512d01d91d4d2..9c146c282623ae419c2b389d6c1cddb837e95e5b 100644
|
| --- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| @@ -71,7 +71,8 @@ std::string SyncExtensionHelper::InstallExtension(
|
| return "";
|
| }
|
| profile->GetExtensionService()->OnExtensionInstalled(
|
| - extension, extension->UpdatesFromGallery(), StringOrdinal());
|
| + extension, extension->UpdatesFromGallery(), StringOrdinal(),
|
| + false /* no requirement errors */);
|
| return extension->id();
|
| }
|
|
|
|
|