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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>Label</key> 5 <key>Label</key>
6 <string>org.chromium.chromoting</string> 6 <string>org.chromium.chromoting</string>
7 <key>LimitLoadToSessionType</key> 7 <key>LimitLoadToSessionType</key>
8 <array> 8 <array>
9 <string>Aqua</string> 9 <string>Aqua</string>
10 <string>LoginWindow</string> 10 <string>LoginWindow</string>
11 </array> 11 </array>
12 <key>RunAtLoad</key> 12 <key>RunAtLoad</key>
13 <true/> 13 <true/>
14 <key>Disabled</key> 14 <key>Disabled</key>
15 <false/> 15 <false/>
16 <key>ProgramArguments</key> 16 <key>ProgramArguments</key>
17 <array> 17 <array>
18 <string>/Library/PrivilegedHelperTools/org.chromium.chromoting.m e2me.sh</string> 18 <string>/Library/PrivilegedHelperTools/org.chromium.chromoting.m e2me.sh</string>
19 <string>--run-from-launchd</string>
19 </array> 20 </array>
20 </dict> 21 </dict>
21 </plist> 22 </plist>
OLDNEW
« 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