From 55c87fae3dafd9a0501077e9fc8ae0dc2b638be1 Mon Sep 17 00:00:00 2001 From: "jeremya@chromium.org" Date: Sat, 15 Oct 2011 07:28:28 +0000 Subject: 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 --- chrome/chrome_browser.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome_browser.gypi') 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', -- cgit v1.1