summaryrefslogtreecommitdiffstats
path: root/cloud_print/service/service_switches.h
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 04:25:54 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 04:25:54 +0000
commita8a717ddd32ce52531ae4365632d337b7b7ba1f9 (patch)
tree205a8c20b62d41c4d8598cc0616b2e33c7b1e290 /cloud_print/service/service_switches.h
parentb379cc5a3c5f40eb697edc32ea802ba9d1e41e5f (diff)
downloadchromium_src-a8a717ddd32ce52531ae4365632d337b7b7ba1f9.zip
chromium_src-a8a717ddd32ce52531ae4365632d337b7b7ba1f9.tar.gz
chromium_src-a8a717ddd32ce52531ae4365632d337b7b7ba1f9.tar.bz2
Removed default account for service.
Added required options run-as-user and run-as-password. Added code to set security rights required to run service. File access and chrome binary checks changed from fatal error to just error message. BUG=141243 Review URL: https://chromiumcodereview.appspot.com/10824294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/service/service_switches.h')
-rw-r--r--cloud_print/service/service_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cloud_print/service/service_switches.h b/cloud_print/service/service_switches.h
index 17af981..836d0e5 100644
--- a/cloud_print/service/service_switches.h
+++ b/cloud_print/service/service_switches.h
@@ -9,6 +9,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 kStopSwitch[];