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

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

Issue 10908184: Enforce the 'requirements' field in manifests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 0b05557566612c531089d72fb1fe003f92114777..c17a90977d0efe0e7edd4e4b1697a545a93f9583 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(), syncer::StringOrdinal());
+ extension, extension->UpdatesFromGallery(), syncer::StringOrdinal(),
+ false /* no requirement errors */);
return extension->id();
}
« no previous file with comments | « chrome/browser/extensions/unpacked_installer.cc ('k') | chrome/browser/ui/panels/base_panel_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698