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

Unified Diff: remoting/host/installer/mac/LaunchAgents/org.chromium.chromoting.plist

Issue 10384126: Require an explicit command-line option from launchd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/installer/mac/LaunchAgents/org.chromium.chromoting.plist
diff --git a/remoting/host/installer/mac/LaunchAgents/org.chromium.chromoting.plist b/remoting/host/installer/mac/LaunchAgents/org.chromium.chromoting.plist
index a7ca612c35ad9c4e1ddf33a856a57bedf840df8e..3831649b5440612fe98553b5c5d0c3d36de094da 100644
--- a/remoting/host/installer/mac/LaunchAgents/org.chromium.chromoting.plist
+++ b/remoting/host/installer/mac/LaunchAgents/org.chromium.chromoting.plist
@@ -16,6 +16,7 @@
<key>ProgramArguments</key>
<array>
<string>/Library/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh</string>
+ <string>--run-from-launchd</string>
</array>
</dict>
</plist>
« no previous file with comments | « no previous file | remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698