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

Unified Diff: ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h

Issue 1781633002: Mark PasswordManager.InfoBarResponse as obsolete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@593295_remove_groups_code
Patch Set: Just rebased Created 4 years, 9 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: ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
diff --git a/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h b/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
index baf891e35927be9b33cde3ca048963f2c4c8a8d6..cf9117ee26c469e17d63a8a035fb62c09275dd5e 100644
--- a/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
+++ b/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
@@ -54,7 +54,7 @@ class IOSChromeSavePasswordInfoBarDelegate : public ConfirmInfoBarDelegate {
scoped_ptr<password_manager::PasswordFormManager> form_to_save_;
// Used to track the results we get from the info bar.
- password_manager::metrics_util::ResponseType infobar_response_;
+ password_manager::metrics_util::UIDismissalReason infobar_response_;
// Whether to show the password manager branded as Smart Lock.
bool is_smart_lock_branding_enabled_;

Powered by Google App Engine
This is Rietveld 408576698