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

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

Issue 2505533002: Http Bad: Add "Learn more" sublabel to warning message and make it clickable (Closed)
Patch Set: rebase Created 4 years 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 013a9030d53ff6f07610d27582c5a942671fa3b0..31f641c1cbbbdde26507437ba564b020b4d26ca7 100644
--- a/components/autofill/core/browser/test_autofill_client.h
+++ b/components/autofill/core/browser/test_autofill_client.h
@@ -70,6 +70,7 @@ class TestAutofillClient : public AutofillClient {
bool IsContextSecure(const GURL& form_origin) override;
bool ShouldShowSigninPromo() override;
void StartSigninFlow() override;
+ void ShowHttpNotSecureExplanation() override;
void SetPrefs(std::unique_ptr<PrefService> prefs) {
prefs_ = std::move(prefs);

Powered by Google App Engine
This is Rietveld 408576698