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

Unified Diff: net/test/remote_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/remote_test_server.cc
diff --git a/net/test/remote_test_server.cc b/net/test/remote_test_server.cc
index 640a052c6649676e8b4b0e61c1d264d0716667e9..a0342161b5c0f6526692260e25d34bd27a92a74e 100644
--- a/net/test/remote_test_server.cc
+++ b/net/test/remote_test_server.cc
@@ -46,6 +46,8 @@ std::string GetServerTypeString(BaseTestServer::Type type) {
return "tcpecho";
case BaseTestServer::TYPE_UDP_ECHO:
return "udpecho";
+ case BaseTestServer::TYPE_SAFEBROWSING:
Paweł Hajdan Jr. 2012/04/17 06:38:05 nit: Keep this sorted.
mattm 2012/04/18 00:20:00 Done.
+ return "safebrowsing";
default:
NOTREACHED();
}
@@ -171,4 +173,3 @@ bool RemoteTestServer::Init(const FilePath& document_root) {
}
} // namespace net
-

Powered by Google App Engine
This is Rietveld 408576698