Chromium Code Reviews

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

Issue 11826048: Revert 176015 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/extensions/browser_event_router.h ('k') | chrome/browser/extensions/data_deleter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/content_script_apitest.cc
===================================================================
--- chrome/browser/extensions/content_script_apitest.cc (revision 176046)
+++ chrome/browser/extensions/content_script_apitest.cc (working copy)
@@ -163,8 +163,8 @@
}
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ContentScriptPermissionsApi) {
- PermissionsRequestFunction::SetIgnoreUserGestureForTests(true);
- PermissionsRequestFunction::SetAutoConfirmForTests(true);
+ RequestPermissionsFunction::SetIgnoreUserGestureForTests(true);
+ RequestPermissionsFunction::SetAutoConfirmForTests(true);
host_resolver()->AddRule("*.com", "127.0.0.1");
ASSERT_TRUE(StartTestServer());
ASSERT_TRUE(RunExtensionTest("content_scripts/permissions")) << message_;
« no previous file with comments | « chrome/browser/extensions/browser_event_router.h ('k') | chrome/browser/extensions/data_deleter.cc » ('j') | no next file with comments »

Powered by Google App Engine