summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorjeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-15 07:28:28 +0000
committerjeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-15 07:28:28 +0000
commit55c87fae3dafd9a0501077e9fc8ae0dc2b638be1 (patch)
tree725f0e4d69c6960f3f0d518dac68b30946209fe3 /chrome/chrome_browser.gypi
parent85804b5f10ea2d1087c6d0ec0caebe3a41e12313 (diff)
downloadchromium_src-55c87fae3dafd9a0501077e9fc8ae0dc2b638be1.zip
chromium_src-55c87fae3dafd9a0501077e9fc8ae0dc2b638be1.tar.gz
chromium_src-55c87fae3dafd9a0501077e9fc8ae0dc2b638be1.tar.bz2
Implement fullscreen info bubble on Win and Mac.
When a site enters fullscreen a bubble should appear, both to give the user the option to exit fullscreen and to inform them that the site has entered fullscreen. This patch implements that behaviour on Windows and Mac. XIB changes: (FullScreenExitBubble.xib) * Added explanatory text field. * Added "allow" and "deny" buttons. * Changed from View into Window. BUG=73923 TEST= Review URL: http://codereview.chromium.org/7740044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index d5b190e..f52c526 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4412,6 +4412,7 @@
'app/nibs/ExtensionInstalledBubble.xib',
'app/nibs/FirstRunBubble.xib',
'app/nibs/FirstRunDialog.xib',
+ 'app/nibs/FullScreenExitBubble.xib',
'app/nibs/GlobalErrorBubble.xib',
'app/nibs/HttpAuthLoginSheet.xib',
'app/nibs/HungRendererDialog.xib',