summaryrefslogtreecommitdiffstats
path: root/cloud_print/service/service_switches.cc
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-14 02:36:20 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-14 02:36:20 +0000
commitf5305d84292ddfa2dbd7a7512dd58d096fc7547d (patch)
tree8b04a32a69334e6d2f0bd3ed81c38c4a75d16a85 /cloud_print/service/service_switches.cc
parent5b9d6c34051ad68bef7a859af2db8a7f60968277 (diff)
downloadchromium_src-f5305d84292ddfa2dbd7a7512dd58d096fc7547d.zip
chromium_src-f5305d84292ddfa2dbd7a7512dd58d096fc7547d.tar.gz
chromium_src-f5305d84292ddfa2dbd7a7512dd58d096fc7547d.tar.bz2
Improved cloud print service installation.
Removed quiet option. Prompt for Windows user/password instead of switches. Show printers available for selected account. Check permissions and available printers in real system process. Generate guid as proxy_id if it's empty. BUG=148913 Review URL: https://chromiumcodereview.appspot.com/10919262 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/service/service_switches.cc')
-rw-r--r--cloud_print/service/service_switches.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/cloud_print/service/service_switches.cc b/cloud_print/service/service_switches.cc
index 18602a4..823f031 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";