summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers/custom_handlers_uitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/custom_handlers/custom_handlers_uitest.cc')
-rw-r--r--chrome/browser/custom_handlers/custom_handlers_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/custom_handlers/custom_handlers_uitest.cc b/chrome/browser/custom_handlers/custom_handlers_uitest.cc
index faca4b1..a94f9b1 100644
--- a/chrome/browser/custom_handlers/custom_handlers_uitest.cc
+++ b/chrome/browser/custom_handlers/custom_handlers_uitest.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.
@@ -22,6 +22,7 @@ class CustomHandlerTest : public UITest {
public:
CustomHandlerTest()
: test_server_(net::TestServer::TYPE_HTTP,
+ net::TestServer::kLocalhost,
FilePath(FILE_PATH_LITERAL("chrome/test/data"))) {
// Stop Chrome from removing custom protocol handlers for protocols that
// Chrome is not registered with the OS as the default application.