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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11801024: Fixed browser crash when using Debug build: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved network related methods out of benchmarking_extension. Created 7 years, 10 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index c2bf004fde94b098356c5ccc27205eeb2793408f..fea6a37a8b8a000bd764d0a40d75a0959d8da784 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -569,6 +569,9 @@ const char kEnableNaClExceptionHandling[] = "enable-nacl-exception-handling";
// Enables the native messaging extensions API.
const char kEnableNativeMessaging[] = "enable-native-messaging";
+// Enables the network-related benchmarking extensions.
+const char kEnableNetBenchmarking[] = "enable-net-benchmarking";
+
// Enables the new Autofill UI, which is part of the browser process rather than
// part of the renderer process. http://crbug.com/51644
const char kEnableNewAutofillUi[] = "enable-new-autofill-ui";

Powered by Google App Engine
This is Rietveld 408576698