diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 22:42:21 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 22:42:21 +0000 |
commit | f266f480cd6e9394ab0c751b03826aece6ae3e58 (patch) | |
tree | 66627c416702e8c66b85b6f35188f6b11c334414 /chrome/chrome_browser.gypi | |
parent | ab6bb8ef487c5e514e26b87b631315326d3267ab (diff) | |
download | chromium_src-f266f480cd6e9394ab0c751b03826aece6ae3e58.zip chromium_src-f266f480cd6e9394ab0c751b03826aece6ae3e58.tar.gz chromium_src-f266f480cd6e9394ab0c751b03826aece6ae3e58.tar.bz2 |
[Mac] Confirm-to-Quit: Draw the window frame ourselves to not show the titlebar.
This removes the XIB in favor of doing programmatic drawing.
As a side effect of not having a titlebar, the window will no longer be eligible
to take key status (fixing crbug.com/74813).
BUG=74813
TEST=Visual
Review URL: http://codereview.chromium.org/6612019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 9fa63ea..261afd0 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -3656,7 +3656,6 @@ 'app/nibs/BookmarkNameFolder.xib', 'app/nibs/ClearBrowsingData.xib', 'app/nibs/CollectedCookies.xib', - 'app/nibs/ConfirmQuitPanel.xib', 'app/nibs/ContentBlockedCookies.xib', 'app/nibs/ContentBlockedImages.xib', 'app/nibs/ContentBlockedJavaScript.xib', |