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

Unified Diff: cloud_print/service/service_switches.cc

Issue 10919262: Improved cloud print service installation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 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";

Powered by Google App Engine
This is Rietveld 408576698