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

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

Issue 2588323002: Revert "Remove Finch support for PasswordBranding" (Closed)
Patch Set: Created 4 years 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/save_pending_password_view_controller.mm
diff --git a/chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.mm b/chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.mm
index a522bb2525e1dcbbfc2e13c05bf3e6a6b7cd2cc9..910a07f4e78fa08b07b57ddfe2b6ff4e351120a7 100644
--- a/chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.mm
+++ b/chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.mm
@@ -48,6 +48,10 @@
return [passwordItem_ view];
}
+- (BOOL)shouldShowGoogleSmartLockWelcome {
+ return self.model->ShouldShowGoogleSmartLockWelcome();
+}
+
- (NSArray*)createButtonsAndAddThemToView:(NSView*)view {
// Save button.
saveButton_.reset(

Powered by Google App Engine
This is Rietveld 408576698