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

Unified Diff: chrome/browser/password_manager/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
« no previous file with comments | « no previous file | chrome/browser/password_manager/save_password_infobar_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/save_password_infobar_delegate.h
diff --git a/chrome/browser/password_manager/save_password_infobar_delegate.h b/chrome/browser/password_manager/save_password_infobar_delegate.h
index a95c82a46a411763b28f5046fb7424e37ba35d96..db7a3d8f46f525fec144ebce815ba94b47545cb8 100644
--- a/chrome/browser/password_manager/save_password_infobar_delegate.h
+++ b/chrome/browser/password_manager/save_password_infobar_delegate.h
@@ -62,7 +62,7 @@ class SavePasswordInfoBarDelegate : public PasswordManagerInfoBarDelegate {
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_;
// Measures the "Save password?" prompt lifetime. Used to report an UMA
// signal.
« no previous file with comments | « no previous file | chrome/browser/password_manager/save_password_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698