Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2308)

Unified Diff: chrome/browser/ui/views/toolbar_view.h

Issue 9479008: Re-factor location bar/toolbar code to get rid of the browser dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 429565b6aef44edb96124310c5682e880fe6baf0..54872dd921b72970a0db73a3339c72d2fa037c4e 100644
--- a/chrome/browser/ui/views/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar_view.h
@@ -92,6 +92,12 @@ class ToolbarView : public views::AccessiblePaneView,
// Overridden from LocationBarView::Delegate:
virtual TabContentsWrapper* GetTabContentsWrapper() const OVERRIDE;
virtual InstantController* GetInstant() OVERRIDE;
+ virtual BrowserShowContentRelated* GetBrowserShowContentRelated() OVERRIDE;
+ virtual BrowserShowPageInfo* GetBrowserShowPageInfo() OVERRIDE;
+ virtual views::Widget* CreateViewsBubble(
+ views::BubbleDelegateView* bubble_delegate) OVERRIDE;
+ virtual PageActionImageView* CreatePageActionImageView(
+ LocationBarView* owner, ExtensionAction* action) OVERRIDE;
virtual void OnInputInProgress(bool in_progress) OVERRIDE;
// Overridden from CommandUpdater::CommandObserver:

Powered by Google App Engine
This is Rietveld 408576698