[USS] Add SyncMetadataStore interface |
|||
Issue descriptionAdd UpdateSyncMetadata, ClearSyncMetadata, UpdateModelTypeState, ClearModelTypeState into MetadataTable interface. Also create an unified MetadataChangeList for autofill, typed url...
,
Apr 26 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e92abbd14ad37670120e1c38ecf2cf6ce1a7eecd commit e92abbd14ad37670120e1c38ecf2cf6ce1a7eecd Author: gangwu <gangwu@chromium.org> Date: Wed Apr 26 01:18:49 2017 [USS] TypedURLSyncMetadataDatabase inherits SyncMetadataStore BUG= 708275 This is a follow up for CL https://codereview.chromium.org/2794413002/. It allows typed urls to use common implementation of MetadataChangeList (SyncMetadataStoreChangeList) instead of implementing its own. Review-Url: https://codereview.chromium.org/2841653003 Cr-Commit-Position: refs/heads/master@{#467193} [modify] https://crrev.com/e92abbd14ad37670120e1c38ecf2cf6ce1a7eecd/components/history/core/browser/typed_url_sync_metadata_database.cc [modify] https://crrev.com/e92abbd14ad37670120e1c38ecf2cf6ce1a7eecd/components/history/core/browser/typed_url_sync_metadata_database.h [modify] https://crrev.com/e92abbd14ad37670120e1c38ecf2cf6ce1a7eecd/components/history/core/browser/typed_url_sync_metadata_database_unittest.cc
,
Apr 28 2017
,
May 9 2017
,
May 10 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d5a746320e0b79e86e7531efd8d668b352ec0400 commit d5a746320e0b79e86e7531efd8d668b352ec0400 Author: gangwu <gangwu@chromium.org> Date: Wed May 10 05:55:06 2017 [USS] implement CreateMetadataChangeList and GetClientTag Implement two functions in TypedURLSyncBridge, CreateMetadataChangeList and GetClientTag. BUG= 708275 Review-Url: https://codereview.chromium.org/2850633004 Cr-Commit-Position: refs/heads/master@{#470491} [modify] https://crrev.com/d5a746320e0b79e86e7531efd8d668b352ec0400/components/history/core/browser/history_backend.cc [modify] https://crrev.com/d5a746320e0b79e86e7531efd8d668b352ec0400/components/history/core/browser/typed_url_sync_bridge.cc [modify] https://crrev.com/d5a746320e0b79e86e7531efd8d668b352ec0400/components/history/core/browser/typed_url_sync_bridge.h |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Apr 23 2017