summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/toolbar_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/toolbar_view.h')
-rw-r--r--chrome/browser/ui/views/toolbar_view.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h
index 4874dfb..fd0a83c 100644
--- a/chrome/browser/ui/views/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar_view.h
@@ -46,11 +46,7 @@ class ToolbarView : public AccessiblePaneView,
virtual ~ToolbarView();
// Create the contents of the Browser Toolbar
- void Init(Profile* profile);
-
- // Sets the profile which is active on the currently-active tab.
- void SetProfile(Profile* profile);
- Profile* profile() { return profile_; }
+ void Init();
// Updates the toolbar (and transitively the location bar) with the states of
// the specified |tab|. If |should_restore_state| is true, we're switching
@@ -191,7 +187,6 @@ class ToolbarView : public AccessiblePaneView,
LocationBarView* location_bar_;
BrowserActionsContainer* browser_actions_;
views::MenuButton* app_menu_;
- Profile* profile_;
Browser* browser_;
// Contents of the profiles menu to populate with profile names.