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

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

Issue 2555063003: Render extension URLs with chips (Closed)
Patch Set: pkasting comments and rebase Created 4 years 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/toolbar_view.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
index 1c11cadb520eaabf99392f534a36bc876667e871..8aa324b0097ac5beb6d34a474b9e477f718c042e 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -119,6 +119,7 @@ class ToolbarView : public views::AccessiblePaneView,
// LocationBarView::Delegate:
content::WebContents* GetWebContents() override;
+ const content::WebContents* GetWebContents() const override;
ToolbarModel* GetToolbarModel() override;
const ToolbarModel* GetToolbarModel() const override;
PageActionImageView* CreatePageActionImageView(

Powered by Google App Engine
This is Rietveld 408576698