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

Unified Diff: components/autofill/core/common/save_password_progress_logger.h

Issue 2263933002: Make FormFetcher a PasswordStoreConsumer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@621355_form_fetcher
Patch Set: Also operator= is now default 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: components/autofill/core/common/save_password_progress_logger.h
diff --git a/components/autofill/core/common/save_password_progress_logger.h b/components/autofill/core/common/save_password_progress_logger.h
index d8c9fe1ac08289bbd30b1398297293754f0be890..bf5359e236a5353bc79adfd2b79617b86a54b943 100644
--- a/components/autofill/core/common/save_password_progress_logger.h
+++ b/components/autofill/core/common/save_password_progress_logger.h
@@ -116,7 +116,7 @@ class SavePasswordProgressLogger {
STRING_BEST_SCORE,
STRING_ON_GET_STORE_RESULTS_METHOD,
STRING_NUMBER_RESULTS,
- STRING_FETCH_LOGINS_METHOD,
+ STRING_FETCH_METHOD,
STRING_NO_STORE,
STRING_CREATE_LOGIN_MANAGERS_METHOD,
STRING_OLD_NUMBER_LOGIN_MANAGERS,
@@ -129,7 +129,7 @@ class SavePasswordProgressLogger {
STRING_PROCESS_FRAME_METHOD,
STRING_FORM_SIGNATURE,
STRING_ADDING_SIGNATURE,
- STRING_FORM_MANAGER_STATE,
+ STRING_FORM_FETCHER_STATE,
STRING_UNOWNED_INPUTS_VISIBLE,
STRING_ON_FILL_PASSWORD_FORM_METHOD,
STRING_ON_SHOW_INITIAL_PASSWORD_ACCOUNT_SUGGESTIONS,

Powered by Google App Engine
This is Rietveld 408576698