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

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: 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
« 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..36a58ccc7a459d083885bb44c893871600fa5027 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -23,6 +23,12 @@ extern const char kVModule[];
extern const char kWaitForDebugger[];
extern const char kTraceToConsole[];
+// Configure whether profiler will contain timing information. This option is
+// enabled by default, and kEnableProfilerTiming take precedence over
+// kDisableProfilerTiming.
+extern const char kEnableProfilerTiming[];
jar (doing other things) 2013/12/02 19:01:50 nit: Rather than defining two flags to compete (wi
qsr 2013/12/03 11:33:44 Done.
+extern const char kDisableProfilerTiming[];
+
#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