Chromium Code Reviews| 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; |