blob: b6e11e4b556b93a55d5d34e1f4603a8216a3ac4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// 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 kConsoleSwitch[];
extern const char kDeleteSwitch[];
extern const char kInstallSwitch[];
extern const char kRequirementsSwitch[];
extern const char kServiceSwitch[];
extern const char kStartSwitch[];
extern const char kStopSwitch[];
extern const char kUninstallSwitch[];
#endif // CLOUD_PRINT_SERVICE_SERVICE_SWITCHES_H_
|