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

Unified Diff: android_webview/native/aw_autofill_client.h

Issue 2505533002: Http Bad: Add "Learn more" sublabel to warning message and make it clickable (Closed)
Patch Set: Created 4 years, 1 month 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: android_webview/native/aw_autofill_client.h
diff --git a/android_webview/native/aw_autofill_client.h b/android_webview/native/aw_autofill_client.h
index 92e1af913c17a48bceb96103d59d49fedf519799..72a936facf07db20774df32ffbc689fb162b5cb7 100644
--- a/android_webview/native/aw_autofill_client.h
+++ b/android_webview/native/aw_autofill_client.h
@@ -106,6 +106,7 @@ class AwAutofillClient : public autofill::AutofillClient,
bool IsContextSecure(const GURL& form_origin) override;
bool ShouldShowSigninPromo() override;
void StartSigninFlow() override;
+ void OpenUrl(const GURL& url) override;
void Dismissed(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);

Powered by Google App Engine
This is Rietveld 408576698