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

Unified Diff: components/autofill/core/browser/autofill_client.h

Issue 2971783002: Skeleton for showing "Show all saved passwords row" for Linux/CrOs/Windows platforms (Closed)
Patch Set: more comments adaressed Created 3 years, 5 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/browser/autofill_client.h
diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h
index 9084f772daa2dd964d8b8fda8b83ddcbab8de653..151bcc0be1fec9720a65414a2f7b4cfda0e3e34b 100644
--- a/components/autofill/core/browser/autofill_client.h
+++ b/components/autofill/core/browser/autofill_client.h
@@ -199,6 +199,10 @@ class AutofillClient : public RiskDataLoader {
// Shows the explanation of http not secure warning message.
virtual void ShowHttpNotSecureExplanation() = 0;
+
+ // Opens password manager settings page, so user can check all saved
+ // passwords.
+ virtual void ShowPasswordsSettingsPage() = 0;
};
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698