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

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm

Issue 422233009: Add ManagePasswordsBubbleController and unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/cocoa/location_bar/location_bar_view_mac.mm
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
index effbc7394ae0fa09cdcfa5137857295945510ef1..a2f6d3d7852427d9a44317e9a4e8d8ce2d381cc1 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
@@ -362,6 +362,10 @@ NSPoint LocationBarViewMac::GetTranslateBubblePoint() const {
return [field_ bubblePointForDecoration:translate_decoration_.get()];
}
+NSPoint LocationBarViewMac::GetManagePasswordsBubblePoint() const {
+ return [field_ bubblePointForDecoration:manage_passwords_decoration_.get()];
+}
+
NSPoint LocationBarViewMac::GetPageInfoBubblePoint() const {
if (origin_chip_decoration_ && origin_chip_decoration_->IsVisible()) {
return [field_ bubblePointForDecoration:origin_chip_decoration_.get()];

Powered by Google App Engine
This is Rietveld 408576698