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

Unified Diff: android_webview/native/aw_autofill_client.h

Issue 2672623005: Record Autofill form events specially for nonsecure pages (Closed)
Patch Set: sebsg comments Created 3 years, 10 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: 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 f3ce5611ada13e42a571f2b4f06503bc41f55c7a..afd5b9706edebae2e5777a3f6eb9f117e08689df 100644
--- a/android_webview/native/aw_autofill_client.h
+++ b/android_webview/native/aw_autofill_client.h
@@ -101,6 +101,7 @@ class AwAutofillClient : public autofill::AutofillClient,
const base::string16& profile_full_name) override;
void OnFirstUserGestureObserved() override;
bool IsContextSecure(const GURL& form_origin) override;
+ bool IsMainUrlSecure() override;
bool ShouldShowSigninPromo() override;
void StartSigninFlow() override;
void ShowHttpNotSecureExplanation() override;
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_client.cc » ('j') | ios/chrome/browser/ui/autofill/autofill_client_ios.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698