diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_dialog_mac.mm')
-rw-r--r-- | chrome/browser/autofill/autofill_dialog_mac.mm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/autofill/autofill_dialog_mac.mm b/chrome/browser/autofill/autofill_dialog_mac.mm index 63d5478..ad0c9e2 100644 --- a/chrome/browser/autofill/autofill_dialog_mac.mm +++ b/chrome/browser/autofill/autofill_dialog_mac.mm @@ -15,11 +15,6 @@ void ShowAutoFillDialog(gfx::NativeView parent, Profile* profile, AutoFillProfile* imported_profile, CreditCard* imported_credit_card) { - // It's possible we haven't shown the InfoBar yet, but if the user is in the - // AutoFill dialog, she doesn't need to be asked to enable or disable - // AutoFill. - profile->GetPrefs()->SetBoolean(prefs::kAutoFillInfoBarShown, true); - [AutoFillDialogController showAutoFillDialogWithObserver:observer profile:profile |