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

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

Issue 2971783002: Skeleton for showing "Show all saved passwords row" for Linux/CrOs/Windows platforms (Closed)
Patch Set: . 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.h
diff --git a/components/autofill/core/browser/test_autofill_client.h b/components/autofill/core/browser/test_autofill_client.h
index 30cc29d37dc379e8a1047569c5c254db6306167c..ae1652a5e3fbd06dda3f602edeffc874aa861619 100644
--- a/components/autofill/core/browser/test_autofill_client.h
+++ b/components/autofill/core/browser/test_autofill_client.h
@@ -73,9 +73,8 @@ class TestAutofillClient : public AutofillClient {
// http:// URL.
bool IsContextSecure() override;
bool ShouldShowSigninPromo() override;
- void StartSigninFlow() override;
- void ShowHttpNotSecureExplanation() override;
bool IsAutofillSupported() override;
+ void ExecuteCommand(int id) override;
void SetPrefs(std::unique_ptr<PrefService> prefs) {
prefs_ = std::move(prefs);
« no previous file with comments | « components/autofill/core/browser/popup_item_ids.h ('k') | components/autofill/core/browser/test_autofill_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698