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

Unified Diff: chrome/browser/net/sdch_browsertest.cc

Issue 1378123003: Adding SSL ETS Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ets
Patch Set: Rebase. Created 5 years, 2 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/net/proxy_browsertest.cc ('k') | chrome/browser/net/websocket_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/sdch_browsertest.cc
diff --git a/chrome/browser/net/sdch_browsertest.cc b/chrome/browser/net/sdch_browsertest.cc
index 00c9a8038cc3b601e3ee84de053419d777f5e63d..3180a190442a6d2f0ca280f38b5539010440c7f1 100644
--- a/chrome/browser/net/sdch_browsertest.cc
+++ b/chrome/browser/net/sdch_browsertest.cc
@@ -599,7 +599,7 @@ class SdchBrowserTest : public InProcessBrowserTest,
test_server_.RegisterRequestHandler(
base::Bind(&SdchResponseHandler::HandleRequest,
base::Unretained(&response_handler_)));
- CHECK(test_server_.InitializeAndWaitUntilReady());
+ CHECK(test_server_.Start());
url_request_context_getter_ = browser()->profile()->GetRequestContext();
content::BrowserThread::PostTask(
@@ -644,7 +644,7 @@ class SdchBrowserTest : public InProcessBrowserTest,
}
SdchResponseHandler response_handler_;
- net::test_server::EmbeddedTestServer test_server_;
+ net::EmbeddedTestServer test_server_;
scoped_refptr<net::URLRequestContextGetter> url_request_context_getter_;
scoped_ptr<net::URLFetcher> fetcher_;
bool url_fetch_complete_;
« no previous file with comments | « chrome/browser/net/proxy_browsertest.cc ('k') | chrome/browser/net/websocket_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698