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

Unified Diff: cloud_print/service/service_switches.h

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.h
diff --git a/cloud_print/service/service_switches.h b/cloud_print/service/service_switches.h
index 836d0e591ed38b4272a359760c18ae4ed04ed2ae..dfd6a78b22ee61b037da2b5d35a9a00c0f194429 100644
--- a/cloud_print/service/service_switches.h
+++ b/cloud_print/service/service_switches.h
@@ -8,11 +8,8 @@
extern const char kChromeTypeSwitch[];
extern const char kConsoleSwitch[];
extern const char kInstallSwitch[];
-extern const char kQuietSwitch[];
-extern const char kRunAsPassword[];
-extern const char kRunAsUser[];
-extern const char kServiceSwitch[];
-extern const char kStartSwitch[];
+extern const char kPrintersSwitch[];
+extern const char kServiceSwitch[];extern const char kStartSwitch[];
extern const char kStopSwitch[];
extern const char kUninstallSwitch[];
extern const char kUserDataDirSwitch[];

Powered by Google App Engine
This is Rietveld 408576698