Index: chrome/browser/ui/views/toolbar_view.h |
=================================================================== |
--- chrome/browser/ui/views/toolbar_view.h (revision 95527) |
+++ chrome/browser/ui/views/toolbar_view.h (working copy) |
@@ -46,12 +46,8 @@ |
virtual ~ToolbarView(); |
// Create the contents of the Browser Toolbar |
- void Init(Profile* profile); |
+ void Init(); |
- // Sets the profile which is active on the currently-active tab. |
- void SetProfile(Profile* profile); |
- Profile* profile() { return profile_; } |
- |
// Updates the toolbar (and transitively the location bar) with the states of |
// the specified |tab|. If |should_restore_state| is true, we're switching |
// (back?) to this tab and should restore any previous location bar state |
@@ -191,7 +187,6 @@ |
LocationBarView* location_bar_; |
BrowserActionsContainer* browser_actions_; |
views::MenuButton* app_menu_; |
- Profile* profile_; |
Browser* browser_; |
// Contents of the profiles menu to populate with profile names. |