summaryrefslogtreecommitdiff
path: root/chromium/extensions/shell/common/switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/extensions/shell/common/switches.h')
-rw-r--r--chromium/extensions/shell/common/switches.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/chromium/extensions/shell/common/switches.h b/chromium/extensions/shell/common/switches.h
new file mode 100644
index 00000000000..7cfe1d61f36
--- /dev/null
+++ b/chromium/extensions/shell/common/switches.h
@@ -0,0 +1,22 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef EXTENSIONS_SHELL_COMMON_SWITCHES_H_
+#define EXTENSIONS_SHELL_COMMON_SWITCHES_H_
+
+namespace extensions {
+namespace switches {
+
+// All switches in alphabetical order. The switches should be documented
+// alongside the definition of their values in the .cc file.
+extern const char kAppShellAllowRoaming[];
+extern const char kAppShellHostWindowSize[];
+extern const char kAppShellPreferredNetwork[];
+extern const char kAppShellRefreshToken[];
+extern const char kAppShellUser[];
+
+} // namespace switches
+} // namespace extensions
+
+#endif // EXTENSIONS_SHELL_COMMON_SWITCHES_H_