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

Unified Diff: components/autofill/core/browser/personal_data_manager.h

Issue 940723002: Fix Autofill crash on mac address book entries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile Created 5 years, 10 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 | « components/autofill/core/browser/autofill_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/personal_data_manager.h
diff --git a/components/autofill/core/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h
index a63b318f32ec8abeb2a0dac2f2888795e1831c18..f1fc9c17acad78e7807ea2449c2a1448bd5bef63 100644
--- a/components/autofill/core/browser/personal_data_manager.h
+++ b/components/autofill/core/browser/personal_data_manager.h
@@ -82,7 +82,8 @@ class PersonalDataManager : public KeyedService,
scoped_ptr<CreditCard>* credit_card);
// Called to indicate |data_model| was used (to fill in a form). Updates
- // the database accordingly.
+ // the database accordingly. Can invalidate |data_model|, particularly if
+ // it's a Mac address book entry.
virtual void RecordUseOf(const AutofillDataModel& data_model);
// Saves |imported_profile| to the WebDB if it exists. Returns the guid of
« no previous file with comments | « components/autofill/core/browser/autofill_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698