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
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index a993302..8cface49 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2478,8 +2478,6 @@
         'browser/ui/cocoa/focus_tracker.mm',
         'browser/ui/cocoa/framed_browser_window.h',
         'browser/ui/cocoa/framed_browser_window.mm',
-        'browser/ui/cocoa/fullscreen_controller.h',
-        'browser/ui/cocoa/fullscreen_controller.mm',
         'browser/ui/cocoa/fullscreen_window.h',
         'browser/ui/cocoa/fullscreen_window.mm',
         'browser/ui/cocoa/gesture_utils.h',
@@ -2595,6 +2593,10 @@
         'browser/ui/cocoa/omnibox/omnibox_view_mac.mm',
         'browser/ui/cocoa/page_info_bubble_controller.h',
         'browser/ui/cocoa/page_info_bubble_controller.mm',
+        'browser/ui/cocoa/presentation_mode_controller.h',
+        'browser/ui/cocoa/presentation_mode_controller.mm',
+        'browser/ui/cocoa/presentation_mode_prefs.h',
+        'browser/ui/cocoa/presentation_mode_prefs.mm',
         'browser/ui/cocoa/profile_menu_controller.h',
         'browser/ui/cocoa/profile_menu_controller.mm',
         'browser/ui/cocoa/repost_form_warning_mac.h',