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

Unified Diff: net/test/base_test_server.h

Issue 10905087: Revert 154861 - Run safebrowsing_service_test through the net testserver code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/chrome_tests.gypi ('k') | net/test/base_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/base_test_server.h
===================================================================
--- net/test/base_test_server.h (revision 154874)
+++ net/test/base_test_server.h (working copy)
@@ -206,14 +206,8 @@
// Generates a DictionaryValue with the arguments for launching the external
// Python test server.
- bool GenerateArguments(base::DictionaryValue* arguments) const
- WARN_UNUSED_RESULT;
+ bool GenerateArguments(base::DictionaryValue* arguments) const;
- // Subclasses can override this to add arguments that are specific to their
- // own test servers.
- virtual bool GenerateAdditionalArguments(
- base::DictionaryValue* arguments) const WARN_UNUSED_RESULT;
-
private:
void Init(const std::string& host);
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | net/test/base_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698