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

Unified Diff: chrome/renderer/loadtimes_extension_bindings_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/renderer/external_extension_uitest.cc ('k') | chrome/test/automation/automation_proxy_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/loadtimes_extension_bindings_uitest.cc
diff --git a/chrome/renderer/loadtimes_extension_bindings_uitest.cc b/chrome/renderer/loadtimes_extension_bindings_uitest.cc
index a47ca9d129659a5ad504a51396dee0dffc61fa9e..2b51f0391a50b4dc3483f3bdbf66e33963f71d15 100644
--- a/chrome/renderer/loadtimes_extension_bindings_uitest.cc
+++ b/chrome/renderer/loadtimes_extension_bindings_uitest.cc
@@ -11,7 +11,9 @@
class LoadtimesExtensionBindingsUITest : public UITest {
public:
LoadtimesExtensionBindingsUITest()
- : http_server_(net::TestServer::TYPE_HTTP, FilePath()) {
+ : http_server_(net::TestServer::TYPE_HTTP,
+ net::TestServer::kLocalhost,
+ FilePath()) {
dom_automation_enabled_ = true;
}
« no previous file with comments | « chrome/renderer/external_extension_uitest.cc ('k') | chrome/test/automation/automation_proxy_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698