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

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: review changes 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..1f641ab60bfa14c75eed957d98464d1f47c14c07 100644
--- a/net/test/base_test_server.cc
+++ b/net/test/base_test_server.cc
@@ -142,6 +142,7 @@ std::string BaseTestServer::GetScheme() const {
return "ftp";
case TYPE_GDATA:
case TYPE_HTTP:
+ case TYPE_SAFEBROWSING:
case TYPE_SYNC:
return "http";
case TYPE_HTTPS:

Powered by Google App Engine
This is Rietveld 408576698