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

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

Issue 9703099: Revert 126959 - Re-factor location bar/toolbar code to get rid of the browser dependency. This CL i… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « chrome/browser/ui/views/reload_button.cc ('k') | chrome/browser/ui/views/toolbar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/toolbar_view.h
===================================================================
--- chrome/browser/ui/views/toolbar_view.h (revision 127082)
+++ chrome/browser/ui/views/toolbar_view.h (working copy)
@@ -93,16 +93,6 @@
// 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:
« no previous file with comments | « chrome/browser/ui/views/reload_button.cc ('k') | chrome/browser/ui/views/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698