Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2792)

Unified Diff: chrome/browser/sync/test/integration/sync_extension_helper.cc

Issue 10689097: Enforce the 'requirements' field in manifests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: recheck on enable Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698