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

Unified Diff: chrome/browser/views/autofill_profiles_view_win.cc

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/sync/glue/synchronized_preferences.h ('k') | chrome/browser/webdata/web_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/autofill_profiles_view_win.cc
diff --git a/chrome/browser/views/autofill_profiles_view_win.cc b/chrome/browser/views/autofill_profiles_view_win.cc
index f010697b940e03a4a7fedff8ccb63546665305ef..33b5546ab7efbf372954ee7a7b2002e05f6bd4f8 100644
--- a/chrome/browser/views/autofill_profiles_view_win.cc
+++ b/chrome/browser/views/autofill_profiles_view_win.cc
@@ -1362,11 +1362,6 @@ void ShowAutoFillDialog(gfx::NativeView parent,
CreditCard* imported_credit_card) {
DCHECK(profile);
- // 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);
-
PersonalDataManager* personal_data_manager =
profile->GetPersonalDataManager();
DCHECK(personal_data_manager);
« no previous file with comments | « chrome/browser/sync/glue/synchronized_preferences.h ('k') | chrome/browser/webdata/web_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698