diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 22:18:23 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 22:18:23 +0000 |
commit | d3766937d96f44abf9cfe5df3518fff8fc54bb90 (patch) | |
tree | 0c09efe8df64cb603200fed14d2ff1a298fd8a2e /chrome/app/chrome_command_ids.h | |
parent | 96958c0ab3bbce1cadfadd94cb85da4a2fe9e737 (diff) | |
download | chromium_src-d3766937d96f44abf9cfe5df3518fff8fc54bb90.zip chromium_src-d3766937d96f44abf9cfe5df3518fff8fc54bb90.tar.gz chromium_src-d3766937d96f44abf9cfe5df3518fff8fc54bb90.tar.bz2 |
Fullscreen support for Lion.
XIB changes:
- Add new "Enter Presentation Mode" menu item with Cmd-Shift-F.
- Change key equivalent for "Enter Full Screen" to Cmd-Opt-F.
On Lion:
This CL separates the concepts of "fullscreen mode" and "presentation mode."
Fullscreen mode uses Lion's fullscreen mode and places the window in its own
space. Presentation mode is an extra option to additionally hide the UI when in
fullscreen mode. On Lion, clicking on the fullscreen button takes you into
fullscreen mode, in which there is a button to toggle presentation mode on or
off. While in normal windowed mode, there are two menu options to either "Enter
Full Screen" or "Enter Presentation Mode" directly.
On Snow Leopard:
This CL does not change much on Snow Leopard. To maintain consistency with the
new Lion terminology, the "Enter Full Screen" menu item has been renamed to
"Enter Presentation Mode."
BUG=74065
TEST=Fullscreen works in Lion. Fullscreen continues to work as before in Snow Leopard.
Review URL: http://codereview.chromium.org/7566016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-rw-r--r-- | chrome/app/chrome_command_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index 4a83ffe..5cd38a9 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -59,6 +59,7 @@ #define IDC_TABPOSE 34036 #define IDC_COMPACT_NAVBAR 34037 #define IDC_DEBUG_FRAME_TOGGLE 34038 +#define IDC_PRESENTATION_MODE 34039 // Page-related commands #define IDC_BOOKMARK_PAGE 35000 |