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) { |