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

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

Issue 2579823003: Remove Finch support for PasswordBranding (Closed)
Patch Set: More succinct 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 910a07f4e78fa08b07b57ddfe2b6ff4e351120a7..a522bb2525e1dcbbfc2e13c05bf3e6a6b7cd2cc9 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,10 +48,6 @@
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