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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2948283002: Profiling process topology (Closed)
Patch Set: Review comments 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/common/chrome_switches.h ('k') | chrome/common/profiling/memlog_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 3f0fa051618fdf01da19328e74ee94ef81d05096..e7ddead22a410252ad57bb4e4141f5818ece3e1b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1101,6 +1101,9 @@ const char kMemlog[] = "memlog";
// Communicates the pipe name for out-of-process memory logging.
const char kMemlogPipe[] = "memlog-pipe";
+
+// Value passed to kProcessType switch that indicates the profiling process.
+const char kProfiling[] = "profiling";
#endif
bool ExtensionsDisabled(const base::CommandLine& command_line) {
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/profiling/memlog_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698