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

Unified Diff: chrome/common/chrome_switches.h

Issue 2937133002: Launch browser when --memlog is specified on the command line. (Closed)
Patch Set: Fix Created 3 years, 6 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/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index bd0145c5813fd1210cfae28d0f8c1cd6669fcca1..b5fc666a5c9820c2f44e15dc3923f7f27c260e6a 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -351,6 +351,11 @@ extern const char kEnableInputImeAPI[];
extern const char kEnableNewAppMenuIcon[];
#endif
+#if BUILDFLAG(ENABLE_OOP_HEAP_PROFILING)
+extern const char kMemlog[];
+extern const char kMemlogPipe[];
+#endif
+
bool ExtensionsDisabled(const base::CommandLine& command_line);
bool ExtensionsDisabled();
bool MdFeedbackEnabled();
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698