blob: b6e11e4b556b93a55d5d34e1f4603a8216a3ac4e [file] [log] [blame]
Torne (Richard Coles)58218062012-11-14 11:43:16 +00001// Copyright (c) 2012 The Chromium 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 CLOUD_PRINT_SERVICE_SERVICE_SWITCHES_H_
6#define CLOUD_PRINT_SERVICE_SERVICE_SWITCHES_H_
7
Torne (Richard Coles)58218062012-11-14 11:43:16 +00008extern const char kConsoleSwitch[];
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +01009extern const char kDeleteSwitch[];
Torne (Richard Coles)58218062012-11-14 11:43:16 +000010extern const char kInstallSwitch[];
11extern const char kRequirementsSwitch[];
12extern const char kServiceSwitch[];
13extern const char kStartSwitch[];
14extern const char kStopSwitch[];
15extern const char kUninstallSwitch[];
Torne (Richard Coles)58218062012-11-14 11:43:16 +000016
17#endif // CLOUD_PRINT_SERVICE_SERVICE_SWITCHES_H_
18