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

Unified Diff: chrome/browser/extensions/app_process_apitest.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/extensions/app_process_apitest.cc
diff --git a/chrome/browser/extensions/app_process_apitest.cc b/chrome/browser/extensions/app_process_apitest.cc
index 61170fca4524ab1475116f08d9d5c4b8ce19b857..22267336743a9f35047a01f3eb192f9546796127 100644
--- a/chrome/browser/extensions/app_process_apitest.cc
+++ b/chrome/browser/extensions/app_process_apitest.cc
@@ -253,7 +253,8 @@ IN_PROC_BROWSER_TEST_F(AppApiTest, BookmarkAppGetsNormalProcess) {
Extension::FROM_BOOKMARK,
&error));
service->OnExtensionInstalled(extension, false,
- StringOrdinal::CreateInitialOrdinal());
+ StringOrdinal::CreateInitialOrdinal(),
+ false /* no requirement errors */);
ASSERT_TRUE(extension.get());
ASSERT_TRUE(extension->from_bookmark());

Powered by Google App Engine
This is Rietveld 408576698