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

Unified Diff: chrome/browser/extensions/extension_chrome_auth_private_apitest.cc

Issue 9317013: Add a centralized mechanism for whitelisting access to extension permissions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 years, 10 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/extension_chrome_auth_private_apitest.cc
diff --git a/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc b/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc
index b35ef72ab2acdc9fa8f1ef7d0d13a9be7211d6b3..29efc8cd87284f93d8ca008f129c2dc96b6c1af5 100644
--- a/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc
+++ b/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc
@@ -58,11 +58,3 @@ IN_PROC_BROWSER_TEST_F(ExtensionChromeAuthPrivateApiTest,
SetCloudPrintCredentialsFunction::SetTestMode(false);
}
#endif // !defined(OS_CHROMEOS)
-
-IN_PROC_BROWSER_TEST_F(ExtensionChromeAuthPrivateApiTest,
- SetCloudPrintCredentialsFailureInstalledComponent) {
- // Run this as an installed component app. This should also fail because of
- // the explicit URL check in the API.
- ASSERT_TRUE(RunComponentExtensionTest(
- "chrome_auth_private/installed_component_app"));
-}

Powered by Google App Engine
This is Rietveld 408576698