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

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

Issue 10069029: mac: Fix HighDPI mode on 10.7.3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 5394332a4c22b8a3fcc3e958a1a54d21949f252a..0b1ea60aabf2dbc162a1734056eab8dddbf38a83 100644
--- a/chrome/app/app-Info.plist
+++ b/chrome/app/app-Info.plist
@@ -239,6 +239,8 @@
<string>10.5.0</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
+ <key>NSPrincipalClass</key>
Mark Mentovai 2012/04/12 20:46:43 Please keep this sorted. NSPrincipalClass < NSSupp
Nico 2012/04/12 20:55:23 Done.
+ <string>BrowserCrApplication</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
« 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