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

Unified Diff: components/autofill/core/browser/test_autofill_client.cc

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/test_autofill_client.cc
diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
index 61d05df444aab9103ddd456f084c9ba4919f405c..1594aec362ec2fd4c40916c1a560c32b88728116 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -145,4 +145,6 @@ void TestAutofillClient::StartSigninFlow() {}
void TestAutofillClient::ShowHttpNotSecureExplanation() {}
+void TestAutofillClient::ShowPasswordsSettingsPage() {}
+
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698