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

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

Issue 2035143002: Basic implementation of showing password fill dialog on page load (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix iOS compile Created 4 years, 6 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: 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 f1db9ca30fd51bc154424c59d35df6c339c7888a..4407c11dd220710bfe2adc05d701c8b4d10349cd 100644
--- a/components/autofill/core/common/save_password_progress_logger.h
+++ b/components/autofill/core/common/save_password_progress_logger.h
@@ -107,6 +107,7 @@ class SavePasswordProgressLogger {
STRING_SHOW_PASSWORD_PROMPT,
STRING_PASSWORDMANAGER_AUTOFILL,
STRING_PASSWORDMANAGER_AUTOFILLHTTPAUTH,
+ STRING_PASSWORDMANAGER_SHOW_INITIAL_PASSWORD_ACCOUNT_SUGGESTIONS,
STRING_WAIT_FOR_USERNAME,
STRING_LOGINMODELOBSERVER_PRESENT,
STRING_WAS_LAST_NAVIGATION_HTTP_ERROR_METHOD,
@@ -132,6 +133,7 @@ class SavePasswordProgressLogger {
STRING_FORM_MANAGER_STATE,
STRING_UNOWNED_INPUTS_VISIBLE,
STRING_ON_FILL_PASSWORD_FORM_METHOD,
+ STRING_ON_SHOW_INITIAL_PASSWORD_ACCOUNT_SUGGESTIONS,
STRING_AMBIGUOUS_OR_EMPTY_NAMES,
STRING_NUMBER_OF_POTENTIAL_FORMS_TO_FILL,
STRING_CONTAINS_FILLABLE_USERNAME_FIELD,
« no previous file with comments | « components/autofill/core/common/autofill_switches.cc ('k') | components/autofill/core/common/save_password_progress_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698