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) { |