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

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

Issue 1870533002: Convert ContentSettingBubbleContents to a BubbleDialogDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac views Created 4 years, 8 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/toolbar/toolbar_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/toolbar/toolbar_view.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.cc b/chrome/browser/ui/views/toolbar/toolbar_view.cc
index d632c9d2bf6a041b849b3bdbe1d2a457bca075c1..c2a13457bc5857580ebd240494e47d316bd808b8 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
@@ -399,11 +399,6 @@ void ToolbarView::ShowWebsiteSettings(
chrome::ShowWebsiteSettings(browser_, web_contents, url, security_info);
}
-views::Widget* ToolbarView::CreateViewsBubble(
- views::BubbleDelegateView* bubble_delegate) {
- return views::BubbleDelegateView::CreateBubble(bubble_delegate);
-}
-
PageActionImageView* ToolbarView::CreatePageActionImageView(
LocationBarView* owner, ExtensionAction* action) {
return new PageActionImageView(owner, action, browser_);
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698