diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-03 02:11:32 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-03 02:11:32 +0000 |
commit | e5df6ed1abd14c08539d94affe90cc5ea71758aa (patch) | |
tree | f5129fef1238a9d74ab247ad4e67f1445ab83b24 /chrome/browser/cocoa/bookmark_bar_controller.h | |
parent | abe48d303fe241d38e30df64cc6c4ea197be61d9 (diff) | |
download | chromium_src-e5df6ed1abd14c08539d94affe90cc5ea71758aa.zip chromium_src-e5df6ed1abd14c08539d94affe90cc5ea71758aa.tar.gz chromium_src-e5df6ed1abd14c08539d94affe90cc5ea71758aa.tar.bz2 |
[Mac] Adds code for fullscreen mode, including a floating dropdown toolbar and tabstrip. This change does not enable the fullscreen menu item; a future CL will do that.
BUG=31638
TEST=No visible changes. Unittests should pass.
Review URL: http://codereview.chromium.org/542013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37932 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/bookmark_bar_controller.h')
-rw-r--r-- | chrome/browser/cocoa/bookmark_bar_controller.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/cocoa/bookmark_bar_controller.h b/chrome/browser/cocoa/bookmark_bar_controller.h index 8ab0e8c..b68b19f 100644 --- a/chrome/browser/cocoa/bookmark_bar_controller.h +++ b/chrome/browser/cocoa/bookmark_bar_controller.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -150,9 +150,9 @@ willAnimateFromState:(bookmarks::VisualState)oldState // Update the visible state of the bookmark bar. - (void)updateVisibility; -// Turn on or off the bookmark bar and prevent or reallow its -// appearance. On disable, toggle off if shown. On enable, show only -// if needed. For fullscreen mode. +// Turn on or off the bookmark bar and prevent or reallow its appearance. On +// disable, toggle off if shown. On enable, show only if needed. App and popup +// windows do not show a bookmark bar. - (void)setBookmarkBarEnabled:(BOOL)enabled; // Returns the amount by which the toolbar above should be compressed. |