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

Unified Diff: net/test/base_test_server.h

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.h
diff --git a/net/test/base_test_server.h b/net/test/base_test_server.h
index fd04e55133b7e83bf860849b70e2c9ba00c419d0..c9545fe8f70dc129711aee5f3e20e6b5105dbd4a 100644
--- a/net/test/base_test_server.h
+++ b/net/test/base_test_server.h
@@ -39,6 +39,7 @@ class BaseTestServer {
TYPE_SYNC,
TYPE_TCP_ECHO,
TYPE_UDP_ECHO,
+ TYPE_SAFEBROWSING,
Paweł Hajdan Jr. 2012/04/17 06:38:05 nit: Keep this sorted.
mattm 2012/04/18 00:20:00 Done.
};
// Container for various options to control how the HTTPS server is
@@ -230,4 +231,3 @@ class BaseTestServer {
} // namespace net
#endif // NET_TEST_BASE_TEST_SERVER_H_
-

Powered by Google App Engine
This is Rietveld 408576698