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

Unified Diff: chrome/browser/ui/views/page_info/website_settings_popup_view.h

Issue 2720183002: [Views] Update ink drop for omnibox icons (Closed)
Patch Set: Nits Created 3 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
Index: chrome/browser/ui/views/page_info/website_settings_popup_view.h
diff --git a/chrome/browser/ui/views/page_info/website_settings_popup_view.h b/chrome/browser/ui/views/page_info/website_settings_popup_view.h
index 557dc0c705a32636a1f35263014ba12dd379bbbe..47c5e5e15db332a269c38f271ec1dd12455e4245 100644
--- a/chrome/browser/ui/views/page_info/website_settings_popup_view.h
+++ b/chrome/browser/ui/views/page_info/website_settings_popup_view.h
@@ -44,6 +44,7 @@ class WebsiteSettingsPopupViewTestApi;
namespace views {
class Link;
class Widget;
+class WidgetObserver;
}
enum : int {
@@ -76,6 +77,7 @@ class WebsiteSettingsPopupView : public content::WebContentsObserver,
// If |anchor_view| is null, |anchor_rect| is used to anchor the bubble.
static void ShowPopup(views::View* anchor_view,
+ views::WidgetObserver* widget_observer,
const gfx::Rect& anchor_rect,
Profile* profile,
content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698