| Index: cloud_print/service/service_switches.cc
|
| diff --git a/cloud_print/service/service_switches.cc b/cloud_print/service/service_switches.cc
|
| index a03c89cef65a25c10d675e3fb2c11a09e24af309..18602a41313d6892f4024da3875b675f704718a4 100644
|
| --- a/cloud_print/service/service_switches.cc
|
| +++ b/cloud_print/service/service_switches.cc
|
| @@ -8,6 +8,8 @@ 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 kServiceSwitch[] = "service";
|
| const char kStartSwitch[] = "start";
|
| const char kStopSwitch[] = "stop";
|
|
|