Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 7564 by [email protected]: Remove the autofill empty values clean-up http://code.google.com/p/chromium/issues/detail?id=7564 Some code has been added that removes empty values from the autofill DB. (empty values were previously stored, bug #6111). This code could probably be removed in few months, once we assume all users have run that code and their DB is clean. The places to look for the clean-up: autofill_manager.h: void ClearEmptyEntriesInWebDatabase(); should be removed web_data_service.h: void ClearAutofillEmptyValueElements(); should be removed. web_database.h: remove bool ClearAutofillEmptyValueElements(); pref_names.h: remove kFormAutofillEmptyValueCleared[]; -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
