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

Unified Diff: net/test/base_test_server.cc

Issue 10073033: Run safebrowsing_service_test through the net testserver code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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
Index: net/test/base_test_server.cc
diff --git a/net/test/base_test_server.cc b/net/test/base_test_server.cc
index eefd953a2c592c14feaceda2f84d437298e564d6..a30b6aef2248edd5559f72b57f155a23928c7fc5 100644
--- a/net/test/base_test_server.cc
+++ b/net/test/base_test_server.cc
@@ -143,6 +143,7 @@ std::string BaseTestServer::GetScheme() const {
case TYPE_GDATA:
case TYPE_HTTP:
case TYPE_SYNC:
+ case TYPE_SAFEBROWSING:
Paweł Hajdan Jr. 2012/04/17 06:38:05 nit: Sort.
mattm 2012/04/18 00:20:00 Done.
return "http";
case TYPE_HTTPS:
return "https";

Powered by Google App Engine
This is Rietveld 408576698