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

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: Cleanup and tests 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..dd27419493906c74ea0f43e14619803b91e7e250 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,

Powered by Google App Engine
This is Rietveld 408576698