diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-23 21:34:36 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-23 21:34:36 +0000 |
commit | f1b89ad6ccf85e93ef3c0886e04e6990f4bcab29 (patch) | |
tree | de6c5b747d106dc6e960736a29d09a78f5a6d305 /chrome/browser/views/browser_views.vcproj | |
parent | 541f7792a2526af07cc2593ef5961fb58a472b0c (diff) | |
download | chromium_src-f1b89ad6ccf85e93ef3c0886e04e6990f4bcab29.zip chromium_src-f1b89ad6ccf85e93ef3c0886e04e6990f4bcab29.tar.gz chromium_src-f1b89ad6ccf85e93ef3c0886e04e6990f4bcab29.tar.bz2 |
Fullscreen mode UI.
This requires a change that is currently out for review from sky.
BUG=534
TEST=App menu should have a "full screen mode" entry; going into fullscreen mode should display a bubble at the top of the screen, which should slide away after a few seconds; mousing to the screen top will show the bubble again, and clicking the link inside should exit fullscreen mode.
Review URL: http://codereview.chromium.org/28012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/browser_views.vcproj')
-rw-r--r-- | chrome/browser/views/browser_views.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj index 870ab14..92d345d 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -554,6 +554,14 @@ > </File> <File + RelativePath=".\fullscreen_exit_bubble.cc" + > + </File> + <File + RelativePath=".\fullscreen_exit_bubble.h" + > + </File> + <File RelativePath=".\go_button.cc" > </File> |