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

Unified Diff: chrome/app/app-Info.plist

Issue 409543005: Register Chrome as MHTML Viewer on Mac OS X. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/app-Info.plist
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist
index bf7b11042cb348345e41220efac4ed61da0138b1..72eb349db43a42ba14515db1f46b7fd3df018179 100644
--- a/chrome/app/app-Info.plist
+++ b/chrome/app/app-Info.plist
@@ -52,6 +52,27 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>mhtml</string>
Mark Mentovai 2014/07/21 18:32:16 xhtml and one or two others are maybe in a bad spo
Mark Mentovai 2014/07/21 18:32:16 Your CL description says something about a flag. C
benjhayden 2014/07/21 18:41:49 The flag only controls whether chrome saves the pa
benjhayden 2014/07/21 18:41:49 Done.
+ <string>mht</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>document.icns</string>
+ <key>CFBundleTypeMIMETypes</key>
+ <array>
+ <string>multipart/related</string>
Mark Mentovai 2014/07/21 18:32:16 http://en.wikipedia.org/wiki/MHTML shows two more
benjhayden 2014/07/21 18:41:49 Done.
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>MHTML document</string>
+ <key>CFBundleTypeOSTypes</key>
Mark Mentovai 2014/07/21 18:32:16 Don’t specify this at all. An OSType is a 32-bit i
benjhayden 2014/07/21 18:41:49 Done.
+ <array>
+ <string>MHTML</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
<string>xhtml</string>
</array>
<key>CFBundleTypeIconFile</key>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698