aboutsummaryrefslogtreecommitdiff
path: root/switches
diff options
context:
space:
mode:
authorChris Masone <cmasone@chromium.org>2013-10-02 15:25:54 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-03 02:39:28 +0000
commit2e7b3ea36028fdb5a8415941a352d0b55f54643c (patch)
tree97ebdb70efe313b56d4bc4a876f54dc2f9c4322a /switches
parenta964e790d0a2f9bfd66ca55fc0bb5e75b432bfcd (diff)
downloadsystem_api-2e7b3ea36028fdb5a8415941a352d0b55f54643c.tar.gz
Add switch for termination-message-file
The session_manager should be able to send Chrome a short message when it decides the browser needs to die. It will pass a path to a file that Breakpad can read on the command line, using this switch. BUG=chromium:233833 TEST=emerge system_api Change-Id: I6f5ce838ecbb6dd29793881c665ad7e398b1bd05 Reviewed-on: https://chromium-review.googlesource.com/171602 Tested-by: Chris Masone <cmasone@chromium.org> Reviewed-by: Daniel Erat <derat@chromium.org> Commit-Queue: Chris Masone <cmasone@chromium.org>
Diffstat (limited to 'switches')
-rw-r--r--switches/chrome_switches.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/switches/chrome_switches.h b/switches/chrome_switches.h
index 40e7a80..dec20d4 100644
--- a/switches/chrome_switches.h
+++ b/switches/chrome_switches.h
@@ -14,8 +14,10 @@ namespace switches {
const char kPolicySwitchesBegin[] = "policy-switches-begin";
const char kPolicySwitchesEnd[] = "policy-switches-end";
+// Switch for path that breakpad can read an optional termination message from.
+const char kTerminationMessageFile[] = "termination-message-file";
+
} // namespace switches
} // namespace chromeos
#endif // SWITCHES_CHROME_SWITCHES_H_
-