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

Unified Diff: base/base_switches.h

Issue 2847823004: [tracing] Allow enabling heap profiling from chrome://flags (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | base/base_switches.cc » ('j') | chrome/browser/flag_descriptions.h » ('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 04b0773057249cf961912bc1f384f0457bfe5150..8ba05a68e44d057f89c313cc1015c0d3ba1788f5 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -15,6 +15,7 @@ extern const char kDisableBreakpad[];
extern const char kDisableLowEndDeviceMode[];
extern const char kEnableCrashReporter[];
extern const char kEnableHeapProfiling[];
+extern const char kEnableHeapProfilingModePseudo[];
extern const char kEnableHeapProfilingModeNative[];
extern const char kEnableHeapProfilingTaskProfiler[];
Wez 2017/04/28 17:17:12 Is TaskProfiler not a heap-profiling "mode"? i.e.
DmitrySkiba 2017/04/28 19:39:13 Yeah, I can see your logic here, but I don't want
Wez 2017/04/29 01:15:10 Understood; perhaps we can rename in a separate CL
extern const char kEnableLowEndDeviceMode[];
« no previous file with comments | « no previous file | base/base_switches.cc » ('j') | chrome/browser/flag_descriptions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698