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

Unified Diff: base/base_switches.cc

Issue 99343002: Disable timing from chrome://profiler on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compilation Created 7 years 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: base/base_switches.cc
diff --git a/base/base_switches.cc b/base/base_switches.cc
index 526633ca2304f29de8e8c5324c56447993f33a53..250b3fe5da01ca7084d205cc07c57b2c7137b03c 100644
--- a/base/base_switches.cc
+++ b/base/base_switches.cc
@@ -54,6 +54,10 @@ const char kWaitForDebugger[] = "wait-for-debugger";
// Sends a pretty-printed version of tracing info to the console.
const char kTraceToConsole[] = "trace-to-console";
+// Configure whether profiler will contain timing information.
+const char kEnableProfilerTiming[] = "enable-profiler-timing";
+const char kDisableProfilerTiming[] = "disable-profiler-timing";
+
#if defined(OS_POSIX)
// Used for turning on Breakpad crash reporting in a debug environment where
// crash reporting is typically compiled but disabled.

Powered by Google App Engine
This is Rietveld 408576698