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

Unified Diff: components/password_manager/content/browser/content_password_manager_driver.h

Issue 2915763003: [Password Manager] Show omnibox icon and anchored prompt once user start typing password (Closed)
Patch Set: Rebase Created 3 years, 4 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/password_manager/content/browser/content_password_manager_driver.h
diff --git a/components/password_manager/content/browser/content_password_manager_driver.h b/components/password_manager/content/browser/content_password_manager_driver.h
index b12614274305d7158cef4515e7a69afa4a0a9f78..cb9a2568f70811711df1af0ff7016e2b564b1577 100644
--- a/components/password_manager/content/browser/content_password_manager_driver.h
+++ b/components/password_manager/content/browser/content_password_manager_driver.h
@@ -71,6 +71,8 @@ class ContentPasswordManagerDriver
const autofill::PasswordFormFillData& form_data) override;
void ClearPreviewedForm() override;
void ForceSavePassword() override;
+ void ShowManualFallbackForSaving(const autofill::PasswordForm& form) override;
+ void HideManualFallbackForSaving() override;
void GeneratePassword() override;
void SendLoggingAvailability() override;
void AllowToRunFormClassifier() override;

Powered by Google App Engine
This is Rietveld 408576698