summaryrefslogtreecommitdiffstats
path: root/cloud_print/service/service_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'cloud_print/service/service_switches.h')
-rw-r--r--cloud_print/service/service_switches.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/cloud_print/service/service_switches.h b/cloud_print/service/service_switches.h
new file mode 100644
index 0000000..17af981
--- /dev/null
+++ b/cloud_print/service/service_switches.h
@@ -0,0 +1,19 @@
+// Copyright (c) 2012 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 CLOUD_PRINT_SERVICE_SERVICE_SWITCHES_H_
+#define CLOUD_PRINT_SERVICE_SERVICE_SWITCHES_H_
+
+extern const char kChromeTypeSwitch[];
+extern const char kConsoleSwitch[];
+extern const char kInstallSwitch[];
+extern const char kQuietSwitch[];
+extern const char kServiceSwitch[];
+extern const char kStartSwitch[];
+extern const char kStopSwitch[];
+extern const char kUninstallSwitch[];
+extern const char kUserDataDirSwitch[];
+
+#endif // CLOUD_PRINT_SERVICE_SERVICE_SWITCHES_H_
+