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

Unified Diff: components/autofill/core/browser/autofill_manager.cc

Issue 2672623005: Record Autofill form events specially for nonsecure pages (Closed)
Patch Set: rebase 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: components/autofill/core/browser/autofill_manager.cc
diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc
index 72cf42156b3eb55a299558fdbe890ff651ddb29b..7c97ee88a52abd7b3d8a21a099cbaa02cfa62ff2 100644
--- a/components/autofill/core/browser/autofill_manager.cc
+++ b/components/autofill/core/browser/autofill_manager.cc
@@ -1482,6 +1482,9 @@ bool AutofillManager::RefreshDataModels() {
is_local_data_available);
}
+ credit_card_form_event_logger_->set_is_main_url_secure(
sebsg 2017/02/03 19:28:34 Can you move this with the other credit_card_form_
estark 2017/02/04 02:16:13 Done.
+ client_->IsMainUrlSecure());
+
if (profiles.empty() && credit_cards.empty())
return false;

Powered by Google App Engine
This is Rietveld 408576698