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

Unified Diff: chrome/common/chrome_switches.cc

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.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 60d8993222592cf155c9f037d8d39278b79748e2..e0fe52d852e9ddc600d253cb1f42a6ceef601164 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1134,6 +1134,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) {

Powered by Google App Engine
This is Rietveld 408576698