Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: cloud_print/service/service_switches.cc

Issue 10824294: Changed Windows account to run service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698