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

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: Fixed failure on win perf bot. 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/benchmarking_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 755ff6728bea49decececdae67c64c732524541a..caebefebbbe58a6c1d807983a5bb3293e6c27322 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -562,6 +562,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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/benchmarking_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698