summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_web_socket_proxy_private_apitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_web_socket_proxy_private_apitest.cc')
-rw-r--r--chrome/browser/extensions/extension_web_socket_proxy_private_apitest.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/extensions/extension_web_socket_proxy_private_apitest.cc b/chrome/browser/extensions/extension_web_socket_proxy_private_apitest.cc
index 060583e..2a6c4ab 100644
--- a/chrome/browser/extensions/extension_web_socket_proxy_private_apitest.cc
+++ b/chrome/browser/extensions/extension_web_socket_proxy_private_apitest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -9,7 +9,7 @@ class ExtensionWebSocketProxyPrivateApiTest : public ExtensionApiTest {
void SetUpCommandLine(CommandLine* command_line) {
ExtensionApiTest::SetUpCommandLine(command_line);
command_line->AppendSwitchASCII(
- switches::kAllowWebSocketProxy, "mknjjldhaihcdajjbihghhiehamnpcak");
+ switches::kWhitelistedExtensionID, "mknjjldhaihcdajjbihghhiehamnpcak");
}
};
@@ -22,4 +22,3 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebSocketProxyPrivateApiTest, Pass) {
ASSERT_TRUE(RunExtensionTest("web_socket_proxy_private")) << message_;
#endif
}
-