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

Side by Side Diff: src/trusted/plugin/osx/Info.plist

Issue 6452010: Remove the x-ppapi-nacl-srpc and x-nacl-srpc mime types in favor of the singl... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 10 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 | « src/trusted/plugin/npapi/npp_launcher.cc ('k') | src/trusted/plugin/osx/npGoogleNaClPlugin.r » ('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>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>CFBundleExecutable</key> 7 <key>CFBundleExecutable</key>
8 <string>npGoogleNaClPlugin</string> 8 <string>npGoogleNaClPlugin</string>
9 <key>CFBundleIdentifier</key> 9 <key>CFBundleIdentifier</key>
10 <string>com.google.npGoogleNaClPlugin</string> 10 <string>com.google.npGoogleNaClPlugin</string>
(...skipping 12 matching lines...) Expand all
23 <key>CFPlugInDynamicRegistration</key> 23 <key>CFPlugInDynamicRegistration</key>
24 <string>NO</string> 24 <string>NO</string>
25 <key>CFPlugInUnloadFunction</key> 25 <key>CFPlugInUnloadFunction</key>
26 <string></string> 26 <string></string>
27 <key>WebPluginDescription</key> 27 <key>WebPluginDescription</key>
28 <string>npGoogleNaClPlugin</string> 28 <string>npGoogleNaClPlugin</string>
29 <key>NSPrincipalClass</key> 29 <key>NSPrincipalClass</key>
30 <string>npGoogleNaClPlugin</string> 30 <string>npGoogleNaClPlugin</string>
31 <key>WebPluginMIMETypes</key> 31 <key>WebPluginMIMETypes</key>
32 <dict> 32 <dict>
33 » » <key>application/x-nacl-srpc</key> 33 » » <key>application/x-nacl</key>
34 <dict> 34 <dict>
35 <key>WebPluginTypeDescription</key> 35 <key>WebPluginTypeDescription</key>
36 <string>Native Client SimpleRPC interaction</string> 36 <string>Native Client SimpleRPC interaction</string>
37 <key>WebPluginExtensions</key> 37 <key>WebPluginExtensions</key>
38 <array> 38 <array>
39 <string>nexe,nacl</string> 39 <string>nexe,nacl</string>
40 </array> 40 </array>
41 </dict> 41 </dict>
42 </dict> 42 </dict>
43 <key>WebPluginName</key> 43 <key>WebPluginName</key>
44 <string>Google Native Client Plugin</string> 44 <string>Google Native Client Plugin</string>
45 </dict> 45 </dict>
46 </plist> 46 </plist>
OLDNEW
« no previous file with comments | « src/trusted/plugin/npapi/npp_launcher.cc ('k') | src/trusted/plugin/osx/npGoogleNaClPlugin.r » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698