summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_browser_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ssl/ssl_browser_tests.cc')
-rw-r--r--chrome/browser/ssl/ssl_browser_tests.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/chrome/browser/ssl/ssl_browser_tests.cc b/chrome/browser/ssl/ssl_browser_tests.cc
deleted file mode 100644
index c2a49c4..0000000
--- a/chrome/browser/ssl/ssl_browser_tests.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2009 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 "net/base/ssl_test_util.h"
-
-#include "chrome/test/in_process_browser_test.h"
-
-namespace {
-
-const wchar_t* const kDocRoot = L"chrome/test/data";
-
-class SSLBrowserTest : public InProcessBrowserTest {
-};
-
-} // namespace
-
-// TODO(jcampan): port SSLUITest to SSLBrowserTest.
-IN_PROC_BROWSER_TEST_F(SSLBrowserTest, TestHTTP) {
-}