diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 18:49:00 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 18:49:00 +0000 |
commit | 9282cea557783a68d0893877bdd3a47b923ba05f (patch) | |
tree | a8ed9eb45cf712b7b5ea7025ec69023751c9ca06 /chrome/app/chrome_dll_resource.h | |
parent | 7a49202bc0203d58ac34d018ae20123b4f34f27e (diff) | |
download | chromium_src-9282cea557783a68d0893877bdd3a47b923ba05f.zip chromium_src-9282cea557783a68d0893877bdd3a47b923ba05f.tar.gz chromium_src-9282cea557783a68d0893877bdd3a47b923ba05f.tar.bz2 |
Preliminary fullscreen mode support.
There is no UI for this (yet), just F11 to toggle in and out.
BUG=534
Review URL: http://codereview.chromium.org/20423
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index a720c68..7b70101 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -75,7 +75,8 @@ #define IDC_DUPLICATE_TAB 34027 #define IDC_RESTORE_TAB 34028 #define IDC_SHOW_AS_TAB 34029 -#define IDC_EXIT 34030 +#define IDC_FULLSCREEN 34030 +#define IDC_EXIT 34031 // Page-related commands #define IDC_STAR 35000 |