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

Unified Diff: base/base_switches.h

Issue 99343002: Disable timing from chrome://profiler on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review 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
« no previous file with comments | « no previous file | base/base_switches.cc » ('j') | base/profiler/tracked_time.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_switches.h
diff --git a/base/base_switches.h b/base/base_switches.h
index b2bf7abca8fb382b08a46cc1fafa8bc9601e2aba..ae792699523ca2c7b5f03409113df7099ec5feda 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -23,6 +23,11 @@ extern const char kVModule[];
extern const char kWaitForDebugger[];
extern const char kTraceToConsole[];
+// Configure whether profiler will contain timing information. This option is
Mark Mentovai 2013/12/05 23:54:04 Nit: the profiler (or reword).
qsr 2013/12/06 14:29:43 Done.
+// enabled by default. A value of 0 will disable profiler timing, while all
Mark Mentovai 2013/12/05 23:54:04 Put the zero in quotes so that it’s clearer that y
qsr 2013/12/06 14:29:43 Done.
+// other value will enable it.
Mark Mentovai 2013/12/05 23:54:04 Nit: values, plural, not value. All of the other
qsr 2013/12/06 14:29:43 Done.
+extern const char kProfilerTiming[];
+
#if defined(OS_POSIX)
extern const char kEnableCrashReporterForTesting[];
#endif
« no previous file with comments | « no previous file | base/base_switches.cc » ('j') | base/profiler/tracked_time.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698