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

Unified Diff: extensions/browser/guest_view/web_view/web_view_apitest.cc

Issue 2850793005: Remove command line/field trial support and configs for Isolate Extensions. (Closed)
Patch Set: Rebase. Created 3 years, 8 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
« no previous file with comments | « content/browser/frame_host/frame_tree_browsertest.cc ('k') | extensions/common/api/test.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_view_apitest.cc
diff --git a/extensions/browser/guest_view/web_view/web_view_apitest.cc b/extensions/browser/guest_view/web_view/web_view_apitest.cc
index aef32e9ebe832fdc8ffd9c1d2bb9370aa7c82bd7..d9815eb7a917957078b1709a51c89c69fdbdc531 100644
--- a/extensions/browser/guest_view/web_view/web_view_apitest.cc
+++ b/extensions/browser/guest_view/web_view/web_view_apitest.cc
@@ -53,7 +53,6 @@ const char kUserAgentRedirectResponsePath[] = "/detect-user-agent";
const char kTestDataDirectory[] = "testDataDirectory";
const char kTestServerPort[] = "testServer.port";
const char kTestWebSocketPort[] = "testWebSocketPort";
-const char kIsolateExtensions[] = "isolateExtensions";
// Handles |request| by serving a redirect response if the |User-Agent| is
// foobar.
@@ -189,11 +188,6 @@ void WebViewAPITest::SetUpOnMainThread() {
TestGetConfigFunction::set_test_config_state(&test_config_);
base::FilePath test_data_dir;
test_config_.SetInteger(kTestWebSocketPort, 0);
- bool isolate_extensions = base::CommandLine::ForCurrentProcess()->HasSwitch(
- ::switches::kSitePerProcess) ||
- base::CommandLine::ForCurrentProcess()->HasSwitch(
- extensions::switches::kIsolateExtensions);
- test_config_.SetBoolean(kIsolateExtensions, isolate_extensions);
}
void WebViewAPITest::StartTestServer(const std::string& app_location) {
« no previous file with comments | « content/browser/frame_host/frame_tree_browsertest.cc ('k') | extensions/common/api/test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698