diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 00:23:19 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 00:23:19 +0000 |
commit | bca7c76708234959efe907c85bb729df27db1e7f (patch) | |
tree | 1cd84d02629c01ed493e5a57bf532ae1cef9e59b /chrome/app/app-Info.plist | |
parent | f4d6173a1f95178f4671ba88459db196badfdfac (diff) | |
download | chromium_src-bca7c76708234959efe907c85bb729df27db1e7f.zip chromium_src-bca7c76708234959efe907c85bb729df27db1e7f.tar.gz chromium_src-bca7c76708234959efe907c85bb729df27db1e7f.tar.bz2 |
Provide a separate app bundle for subprocesses like the renderer on the Mac.
Remove LSUIElement and related hacks from the browser's app bundle.
BUG=8044
TEST=Observe one Chromium and one or more Chromium Helper processes in
Activity Monitor
Review URL: http://codereview.chromium.org/164177
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22981 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/app-Info.plist')
-rw-r--r-- | chrome/app/app-Info.plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist index 51594c3..3a8e686 100644 --- a/chrome/app/app-Info.plist +++ b/chrome/app/app-Info.plist @@ -190,8 +190,6 @@ <true/> <key>LSMinimumSystemVersion</key> <string>10.5.0</string> - <key>LSUIElement</key> - <string>1</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> |