diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 03:16:58 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 03:16:58 +0000 |
commit | 91cea0e774541297a46197d87e486cf8a4199775 (patch) | |
tree | be5058bd3eec65a923abbaef68342249574b7ce2 /chrome/browser/cocoa/toolbar_controller.h | |
parent | 8a1d601fcd2f8bf457ea4e9592e918acc9835f87 (diff) | |
download | chromium_src-91cea0e774541297a46197d87e486cf8a4199775.zip chromium_src-91cea0e774541297a46197d87e486cf8a4199775.tar.gz chromium_src-91cea0e774541297a46197d87e486cf8a4199775.tar.bz2 |
First cut at infobars on Mac. These are not expected to be
pretty. Animations and aesthetic appeal will come in a
future CL.
BUG=http://crbug.com/14462
BUG=http://crbug.com/14937
BUG=http://crbug.com/15839
BUG=http://crbug.com/16487
TEST=Infobars should show up when expected.
Review URL: http://codereview.chromium.org/155494
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20930 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/toolbar_controller.h')
-rw-r--r-- | chrome/browser/cocoa/toolbar_controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/toolbar_controller.h b/chrome/browser/cocoa/toolbar_controller.h index fc93070..73891ec 100644 --- a/chrome/browser/cocoa/toolbar_controller.h +++ b/chrome/browser/cocoa/toolbar_controller.h @@ -42,6 +42,7 @@ class ToolbarView; scoped_nsobject<BookmarkBarController> bookmarkBarController_; id<BookmarkURLOpener> bookmarkBarDelegate_; // weak NSView* webContentView_; // weak; where the web goes + NSView* infoBarsView_; // weak; where the infobars go // Used for monitoring the optional toolbar button prefs. scoped_ptr<ToolbarControllerInternal::PrefObserverBridge> prefObserver_; @@ -72,6 +73,7 @@ class ToolbarView; commands:(CommandUpdater*)commands profile:(Profile*)profile webContentView:(NSView*)webContentView + infoBarsView:(NSView*)infoBarsView bookmarkDelegate:(id<BookmarkURLOpener>)delegate; // Get the C++ bridge object representing the location bar for this tab. |