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

Unified Diff: chrome/browser/autofill/autofill_dialog_mac.mm

Issue 2818033: AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. (Closed)
Patch Set: Comment. Created 10 years, 6 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
« no previous file with comments | « chrome/browser/autofill/autofill_dialog_gtk.cc ('k') | chrome/browser/autofill/autofill_infobar_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_dialog_mac.mm
diff --git a/chrome/browser/autofill/autofill_dialog_mac.mm b/chrome/browser/autofill/autofill_dialog_mac.mm
index 63d54783a4b00cd8e0b40eb230d54c06283fe8d7..ad0c9e261eb61ca7de9aabb0813a5520b14c459b 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
« no previous file with comments | « chrome/browser/autofill/autofill_dialog_gtk.cc ('k') | chrome/browser/autofill/autofill_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698