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

Unified Diff: chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm

Issue 419263002: Add ManagePasswordsDecoration and unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/toolbar/toolbar_controller.mm
diff --git a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm
index e5431775aadaa2d348d3d3aa404258887c9a52cf..dce8dd818379d92b52418a6f38f16f5974bfe832 100644
--- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm
+++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm
@@ -735,6 +735,10 @@ class NotificationBridge : public WrenchMenuBadgeController::Delegate {
return [self.view convertPoint:point toView:nil];
}
+- (NSPoint)managePasswordsBubblePoint {
rohitrao (ping after 24h) 2014/07/31 12:35:20 Is this called by anyone?
dconnelly 2014/08/01 09:11:46 Not currently. Moved to a follow-up CL.
+ return locationBarView_->GetManagePasswordsBubblePoint();
+}
+
- (NSPoint)translateBubblePoint {
return locationBarView_->GetTranslateBubblePoint();
}

Powered by Google App Engine
This is Rietveld 408576698