| Index: cloud_print/service/win/service_switches.cc
|
| diff --git a/cloud_print/service/win/service_switches.cc b/cloud_print/service/win/service_switches.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..296eae08ba623b075b247d8660754dbfb8eac669
|
| --- /dev/null
|
| +++ b/cloud_print/service/win/service_switches.cc
|
| @@ -0,0 +1,16 @@
|
| +// 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.
|
| +
|
| +#include "cloud_print/service/win/service_switches.h"
|
| +
|
| +const char kChromeTypeSwitch[] = "type";
|
| +const char kConsoleSwitch[] = "console";
|
| +const char kInstallSwitch[] = "install";
|
| +const char kQuietSwitch[] = "quiet";
|
| +const char kServiceSwitch[] = "service";
|
| +const char kStartSwitch[] = "start";
|
| +const char kStopSwitch[] = "stop";
|
| +const char kUninstallSwitch[] = "uninstall";
|
| +const char kUserDataDirSwitch[] = "user-data-dir";
|
| +
|
|
|