Index: chrome/browser/ui/views/toolbar_view.h |
diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h |
index fbaa688e2261181bb8dab1c8b8ba4651b3867573..4d044bdc77e24bb33cef358cc972c6b3c8c4315e 100644 |
--- a/chrome/browser/ui/views/toolbar_view.h |
+++ b/chrome/browser/ui/views/toolbar_view.h |
@@ -93,6 +93,16 @@ class ToolbarView : public views::AccessiblePaneView, |
// Overridden from LocationBarView::Delegate: |
virtual TabContentsWrapper* GetTabContentsWrapper() const OVERRIDE; |
virtual InstantController* GetInstant() OVERRIDE; |
+ virtual views::Widget* CreateViewsBubble( |
+ views::BubbleDelegateView* bubble_delegate) OVERRIDE; |
+ virtual PageActionImageView* CreatePageActionImageView( |
+ LocationBarView* owner, ExtensionAction* action) OVERRIDE; |
+ virtual ContentSettingBubbleModelDelegate* |
+ GetContentSettingBubbleModelDelegate() OVERRIDE; |
+ virtual void ShowPageInfo(content::WebContents* web_contents, |
+ const GURL& url, |
+ const content::SSLStatus& ssl, |
+ bool show_history) OVERRIDE; |
virtual void OnInputInProgress(bool in_progress) OVERRIDE; |
// Overridden from CommandUpdater::CommandObserver: |