| Index: cloud_print/service/service_switches.cc
|
| diff --git a/cloud_print/service/service_switches.cc b/cloud_print/service/service_switches.cc
|
| index 18602a41313d6892f4024da3875b675f704718a4..823f031ef0ebc199776386f9f54fa830e4b6137e 100644
|
| --- a/cloud_print/service/service_switches.cc
|
| +++ b/cloud_print/service/service_switches.cc
|
| @@ -7,9 +7,7 @@
|
| const char kChromeTypeSwitch[] = "type";
|
| const char kConsoleSwitch[] = "console";
|
| const char kInstallSwitch[] = "install";
|
| -const char kQuietSwitch[] = "quiet";
|
| -const char kRunAsPassword[] = "run-as-password";
|
| -const char kRunAsUser[] = "run-as-user";
|
| +const char kPrintersSwitch[] = "printers";
|
| const char kServiceSwitch[] = "service";
|
| const char kStartSwitch[] = "start";
|
| const char kStopSwitch[] = "stop";
|
|
|