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

Side by Side Diff: chrome_mac/Google Chrome.app/Contents/Versions/32.0.1700.19/Google Chrome Framework.framework/Internet Plug-Ins/PDF.plugin/Contents/Info.plist

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years 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
OLDNEW
(Empty)
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">
3 <plist version="1.0">
4 <dict>
5 <key>BuildMachineOSBuild</key>
6 <string>10K549</string>
7 <key>CFBundleDevelopmentRegion</key>
8 <string>English</string>
9 <key>CFBundleExecutable</key>
10 <string>PDF</string>
11 <key>CFBundleIdentifier</key>
12 <string>org.chromium.pdf_plugin</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleName</key>
16 <string>PDF</string>
17 <key>CFBundlePackageType</key>
18 <string>BRPL</string>
19 <key>CFBundleShortVersionString</key>
20 <string>1.0</string>
21 <key>CFBundleSignature</key>
22 <string>????</string>
23 <key>CFBundleVersion</key>
24 <string>1.0</string>
25 <key>CFPlugInDynamicRegisterFunction</key>
26 <string></string>
27 <key>CFPlugInDynamicRegistration</key>
28 <string>NO</string>
29 <key>DTSDKBuild</key>
30 <string>10K549</string>
31 <key>DTSDKName</key>
32 <string>macosx10.6</string>
33 <key>DTXcode</key>
34 <string>0420</string>
35 <key>DTXcodeBuild</key>
36 <string>4C199</string>
37 <key>WebPluginDescription</key>
38 <string>Chrome PDF Viewer</string>
39 <key>WebPluginMIMETypes</key>
40 <dict>
41 <key>application/pdf</key>
42 <dict>
43 <key>WebPluginExtensions</key>
44 <array>
45 <string>pdf</string>
46 </array>
47 <key>WebPluginTypeDescription</key>
48 <string>Acrobat Portable Document Format</string>
49 </dict>
50 </dict>
51 <key>WebPluginName</key>
52 <string>Chrome PDF Viewer</string>
53 </dict>
54 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698