diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-14 22:30:04 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-14 22:30:04 +0000 |
commit | 719ce089c9ac840947831c933881db4237d7a588 (patch) | |
tree | d510e941caf61ac7a1329e2f3e4001fa95836792 /cloud_print/service/service_switches.cc | |
parent | 9c88e5615608f133483adb6c5c1ba5e170290d6b (diff) | |
download | chromium_src-719ce089c9ac840947831c933881db4237d7a588.zip chromium_src-719ce089c9ac840947831c933881db4237d7a588.tar.gz chromium_src-719ce089c9ac840947831c933881db4237d7a588.tar.bz2 |
Moved chrome detection to service process.
Renamed related code.
BUG=148913
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10910282
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/service/service_switches.cc')
-rw-r--r-- | cloud_print/service/service_switches.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud_print/service/service_switches.cc b/cloud_print/service/service_switches.cc index 823f031..8896349 100644 --- a/cloud_print/service/service_switches.cc +++ b/cloud_print/service/service_switches.cc @@ -7,7 +7,7 @@ const char kChromeTypeSwitch[] = "type"; const char kConsoleSwitch[] = "console"; const char kInstallSwitch[] = "install"; -const char kPrintersSwitch[] = "printers"; +const char kRequirementsSwitch[] = "requirements"; const char kServiceSwitch[] = "service"; const char kStartSwitch[] = "start"; const char kStopSwitch[] = "stop"; |