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

Unified Diff: content/public/test/test_launcher.cc

Issue 24649002: Clean up a few more unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig comment Created 7 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
Index: content/public/test/test_launcher.cc
diff --git a/content/public/test/test_launcher.cc b/content/public/test/test_launcher.cc
index 0478645826f16bf1a4c95006c3316540886ac077..5964d55f9a349994c92569c4fa0a6f92b1d2e331 100644
--- a/content/public/test/test_launcher.cc
+++ b/content/public/test/test_launcher.cc
@@ -323,10 +323,6 @@ bool GetSwitchValueAsInt(const std::string& switch_name, int* result) {
} // namespace
-// The following is kept for historical reasons (so people that are used to
-// using it don't get surprised).
-const char kChildProcessFlag[] = "child";
-
const char kHelpFlag[] = "help";
const char kLaunchAsBrowser[] = "as-browser";

Powered by Google App Engine
This is Rietveld 408576698