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

Unified Diff: chrome/browser/autofill/personal_data_manager.cc

Issue 2949002: Add "save credit card info?" infobar for Autofill.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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
Index: chrome/browser/autofill/personal_data_manager.cc
===================================================================
--- chrome/browser/autofill/personal_data_manager.cc (revision 51878)
+++ chrome/browser/autofill/personal_data_manager.cc (working copy)
@@ -212,6 +212,9 @@
// We always save imported profiles.
SaveImportedProfile();
+
+ // We never save an imported credit card at this point. If there was one we
+ // found, we'll be asked to save it later once the user gives their OK.
}
return true;
@@ -645,3 +648,7 @@
SetProfiles(&profiles);
}
+
+void PersonalDataManager::SaveImportedCreditCard() {
+ // http://crbug.com/47428
+}

Powered by Google App Engine
This is Rietveld 408576698