summaryrefslogtreecommitdiffstats
path: root/chrome/app/app-Info.plist
diff options
context:
space:
mode:
authorjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 04:56:21 +0000
committerjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 04:56:21 +0000
commite5fd10f6814759585a44c4f29353dd36269b4b06 (patch)
tree2e6a8cf4d614258839346c481295fe4f507abb27 /chrome/app/app-Info.plist
parent0dbb1ebc5db4d16057884de523d8af80eaf017db (diff)
downloadchromium_src-e5fd10f6814759585a44c4f29353dd36269b4b06.zip
chromium_src-e5fd10f6814759585a44c4f29353dd36269b4b06.tar.gz
chromium_src-e5fd10f6814759585a44c4f29353dd36269b4b06.tar.bz2
Temporary fix for the Cocoa-in-renderer problem.
Review URL: http://codereview.chromium.org/27108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/app-Info.plist')
-rw-r--r--chrome/app/app-Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist
index 07046fd..dce119f 100644
--- a/chrome/app/app-Info.plist
+++ b/chrome/app/app-Info.plist
@@ -22,5 +22,7 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
+ <key>LSUIElement</key>
+ <string>1</string>
</dict>
</plist>