summaryrefslogtreecommitdiffstats
path: root/components/webdata_services/web_data_service_wrapper.h
Commit message (Collapse)AuthorAgeFilesLines
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-7/+8
| | | | | | | | | | | This patch was mostly autogenerated with https://codereview.chromium.org/1010073002/. BUG=465354 Review URL: https://codereview.chromium.org/1144153004 Cr-Commit-Position: refs/heads/master@{#332440}
* Componentize AutocompleteSyncableServicesdefresne2014-12-161-1/+8
| | | | | | | | | | | | Move AutocompleteSyncableService into autofill component and fix the WebDataServiceWrapper initialization to start the syncable services since it can now depend on them. BUG=437508 Review URL: https://codereview.chromium.org/781793002 Cr-Commit-Position: refs/heads/master@{#308653}
* Introduce new component webdata_servicessdefresne2014-12-151-0/+85
Move WebDataServiceWrapper into its own component webdata_services so that the code can be shared with iOS. The code cannot go into webdata component since it depends on other components (autofill, password_manager, search_engine, signin) that depends on webdata (as they implements the WebDataService interface). BUG=437508 Review URL: https://codereview.chromium.org/777863002 Cr-Commit-Position: refs/heads/master@{#308451}