Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / cros_system_api / switches / chrome_switches.h
1 // Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef SWITCHES_CHROME_SWITCHES_H_
6 #define SWITCHES_CHROME_SWITCHES_H_
7
8 // This file defines switches that are used both by Chrome and login_manager.
9
10 namespace chromeos {
11 namespace switches {
12
13 // Sentinel switches for policy injected flags.
14 const char kPolicySwitchesBegin[] = "policy-switches-begin";
15 const char kPolicySwitchesEnd[] = "policy-switches-end";
16
17 // Switch for path that breakpad can read an optional termination message from.
18 const char kTerminationMessageFile[] = "termination-message-file";
19
20 // Flag passed to the browser if the system is running in dev-mode.
21 const char kSystemInDevMode[] = "system-developer-mode";
22
23 }  // namespace switches
24 }  // namespace chromeos
25
26 #endif  // SWITCHES_CHROME_SWITCHES_H_