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

Unified Diff: chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.mm

Issue 2040143006: Implement the Sync promo in the password bubble on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 4 years, 6 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/passwords/base_passwords_content_view_controller.mm
diff --git a/chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.mm b/chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.mm
index a30e9961d4e2b44965555a63f92a71ef1f714f0e..8b72196bae5f0f78853dcba2ca80dfa8fd17c470 100644
--- a/chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.mm
+++ b/chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.mm
@@ -44,9 +44,6 @@
return label.autorelease();
}
-- (void)bubbleWillDisappear {
-}
-
- (NSButton*)defaultButton {
return nil;
}

Powered by Google App Engine
This is Rietveld 408576698