Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1078)

Unified Diff: chrome/browser/custom_handlers/custom_handlers_uitest.cc

Issue 9372065: Update clients to use new TestServer constructor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove files that were reviewed and committed separately. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/collected_cookies_uitest.cc ('k') | chrome/browser/extensions/api/socket/socket_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/custom_handlers/custom_handlers_uitest.cc
diff --git a/chrome/browser/custom_handlers/custom_handlers_uitest.cc b/chrome/browser/custom_handlers/custom_handlers_uitest.cc
index faca4b1c840130d26e49d07098a20edc5d7439bb..967374b25057647426b23b49172d0641ff83591e 100644
--- a/chrome/browser/custom_handlers/custom_handlers_uitest.cc
+++ b/chrome/browser/custom_handlers/custom_handlers_uitest.cc
@@ -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.
« no previous file with comments | « chrome/browser/collected_cookies_uitest.cc ('k') | chrome/browser/extensions/api/socket/socket_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698