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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_client_ios.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: ios/chrome/browser/ui/autofill/autofill_client_ios.h
diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.h b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
index 4705b15b5f9e3965aef335006244767613bf049f..20c1f91b91f71a17e97407404a3309d4008c0e45 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.h
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
@@ -91,6 +91,7 @@ class AutofillClientIOS : public AutofillClient {
bool IsContextSecure(const GURL& form_origin) override;
bool ShouldShowSigninPromo() override;
void StartSigninFlow() override;
+ void ShowHttpNotSecureExplanation() override;
private:
ios::ChromeBrowserState* browser_state_;

Powered by Google App Engine
This is Rietveld 408576698