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

Unified Diff: chrome/browser/chromeos/login/ui/simple_web_view_dialog.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/chromeos/login/ui/simple_web_view_dialog.h
diff --git a/chrome/browser/chromeos/login/ui/simple_web_view_dialog.h b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
index 22ca3d9829f806859b1d08cae80483bedc3c411f..daeea22e3f3dcc2e3d49acce5089eb99f7a0150d 100644
--- a/chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
+++ b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
@@ -78,6 +78,7 @@ class SimpleWebViewDialog : public views::ButtonListener,
// Implements 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