| Index: cloud_print/gcp20/prototype/gcp20_switches.h
|
| diff --git a/cloud_print/gcp20/prototype/gcp20_switches.h b/cloud_print/gcp20/prototype/gcp20_switches.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f2a6d2296e426fa73fe09b99343092a888393aa0
|
| --- /dev/null
|
| +++ b/cloud_print/gcp20/prototype/gcp20_switches.h
|
| @@ -0,0 +1,29 @@
|
| +// 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 CLOUD_PRINT_GCP20_PROTOTYPE_GCP20_SWITCHES_H_
|
| +#define CLOUD_PRINT_GCP20_PROTOTYPE_GCP20_SWITCHES_H_
|
| +
|
| +namespace switches {
|
| +
|
| +extern const char kDisableConfirmation[];
|
| +extern const char kDisableMethodCheck[];
|
| +extern const char kDisableXTocken[];
|
| +extern const char kDomainName[];
|
| +extern const char kExtendedResponce[];
|
| +extern const char kHelpShort[];
|
| +extern const char kHelp[];
|
| +extern const char kHttpPort[];
|
| +extern const char kNoAnnouncement[];
|
| +extern const char kServiceName[];
|
| +extern const char kSimulatePrintingErrors[];
|
| +extern const char kStatePath[];
|
| +extern const char kTtl[];
|
| +extern const char kUnicastRespond[];
|
| +
|
| +void PrintUsage();
|
| +
|
| +} // namespace switches
|
| +
|
| +#endif // CLOUD_PRINT_GCP20_PROTOTYPE_GCP20_SWITCHES_H_
|
|
|