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

Unified Diff: chrome/common/chrome_switches.h

Issue 2948283002: Profiling process topology (Closed)
Patch Set: Improvements 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
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 7a74fa70446fb669d54165fa740031377b99402d..b77fd4f0029450b63acf4e9f8402532463c22a92 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -356,6 +356,7 @@ extern const char kUseSystemDefaultPrinter[];
#if BUILDFLAG(ENABLE_OOP_HEAP_PROFILING)
extern const char kMemlog[];
extern const char kMemlogPipe[];
+extern const char kProfiling[];
#endif
bool ExtensionsDisabled(const base::CommandLine& command_line);

Powered by Google App Engine
This is Rietveld 408576698