Chromium Code Reviews| Index: components/autofill/core/browser/autofill_assistant.cc |
| diff --git a/components/autofill/core/browser/autofill_assistant.cc b/components/autofill/core/browser/autofill_assistant.cc |
| index c74776f99ffc8235952f31cd27c0831c6c84c952..53286faf5544945fe51a11f15a1c471a54cef354 100644 |
| --- a/components/autofill/core/browser/autofill_assistant.cc |
| +++ b/components/autofill/core/browser/autofill_assistant.cc |
| @@ -27,7 +27,7 @@ void AutofillAssistant::Reset() { |
| bool AutofillAssistant::CanShowCreditCardAssist( |
| const std::vector<FormStructure*>& form_structures) { |
| -#if !defined(OS_ANDROID) |
| +#if !defined(OS_ANDROID) && !defined(OS_IOS) |
|
Justin Donnelly
2016/08/05 14:45:19
Can this be moved inside IsAutofillCreditCardAssis
Mathieu
2016/08/05 16:57:04
Sure, done
|
| return false; |
| #else |
| if (!IsAutofillCreditCardAssistEnabled() || credit_card_form_data_) |