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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h

Issue 2808823002: MacViews: Allows the toolkit-views Manage Passwords Dialog to be used (Closed)
Patch Set: MacViews: Allows the toolkit-views Manage Passwords Dialog to be used Created 3 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
Index: chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
index c83cd4314e09be680995ac25bf090640ef2e58f3..a4567a5a727ecdedf418117ba3ca3ac241572c3e 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
@@ -35,6 +35,10 @@ class LocationBarBubbleDelegateView : public views::BubbleDialogDelegateView,
};
LocationBarBubbleDelegateView(views::View* anchor_view,
+ const gfx::Point& anchor_point,
+ views::BubbleBorder::Arrow arrow,
+ content::WebContents* web_contents);
+ LocationBarBubbleDelegateView(views::View* anchor_view,
tapted 2017/04/11 07:48:58 There's probably only 1-2 other callers - is it ea
varkha 2017/04/12 01:57:28 There are 5, I'd rather leave this to a separate C
content::WebContents* web_contents);
~LocationBarBubbleDelegateView() override;

Powered by Google App Engine
This is Rietveld 408576698