| Index: chrome/browser/extensions/api/web_socket_proxy_private/web_socket_proxy_private_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/web_socket_proxy_private/web_socket_proxy_private_apitest.cc b/chrome/browser/extensions/api/web_socket_proxy_private/web_socket_proxy_private_apitest.cc
|
| deleted file mode 100644
|
| index c417921818e243fdac00e716ea06d00432e300a0..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/extensions/api/web_socket_proxy_private/web_socket_proxy_private_apitest.cc
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// 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.
|
| -
|
| -#include "chrome/browser/extensions/extension_apitest.h"
|
| -#include "chrome/common/chrome_switches.h"
|
| -
|
| -namespace extensions {
|
| -
|
| -class ExtensionWebSocketProxyPrivateApiTest : public ExtensionApiTest {
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| - ExtensionApiTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitchASCII(
|
| - switches::kWhitelistedExtensionID, "mknjjldhaihcdajjbihghhiehamnpcak");
|
| - }
|
| -};
|
| -
|
| -IN_PROC_BROWSER_TEST_F(ExtensionWebSocketProxyPrivateApiTest, Pass) {
|
| - // Currently WebSocket-to-TCP proxy is operational only on ChromeOS platform.
|
| -#if defined(OS_CHROMEOS)
|
| - ASSERT_TRUE(StartEmbeddedTestServer());
|
| - ASSERT_TRUE(RunExtensionTest("web_socket_proxy_private")) << message_;
|
| - // Check if API still works on subsequent calls.
|
| - ASSERT_TRUE(RunExtensionTest("web_socket_proxy_private")) << message_;
|
| -#endif
|
| -}
|
| -
|
| -} // namespace extensions
|
|
|