Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 6f11aadb513d30e723ef612ff0eb70bc21ef8178..47f95fc9da5b388d085de0bbcdefe690fae9f58a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -934,6 +934,9 @@ const char kSSLKeyLogFile[] = "ssl-key-log-file"; |
// Starts the browser maximized, regardless of any previous settings. |
const char kStartMaximized[] = "start-maximized"; |
+// Starts the stack sampling profiler in the child process. |
+const char kStartStackProfiler[] = "start-stack-profiler"; |
+ |
// Sets the supervised user ID for any loaded or newly created profile to the |
// given value. Pass an empty string to mark the profile as non-supervised. |
// Used for testing. |