diff options
author | wittman <wittman@chromium.org> | 2014-10-28 13:42:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-28 20:43:19 +0000 |
commit | a8c6b5e30dee463e2feaa44fb2554859c77c3db6 (patch) | |
tree | 3971560aa6916083dff7ce7c50751912a50be1be /sync/internal_api | |
parent | 674e6a9f4dedcdd16530f3b5d99714a0595ab1c9 (diff) | |
download | chromium_src-a8c6b5e30dee463e2feaa44fb2554859c77c3db6.zip chromium_src-a8c6b5e30dee463e2feaa44fb2554859c77c3db6.tar.gz chromium_src-a8c6b5e30dee463e2feaa44fb2554859c77c3db6.tar.bz2 |
Revert enhanced bookmarks sync datatype
We'd like to move to a new sync datatype like this, but there's
not an effective way to do it while supporting existing
encrypted bookmarks users. We'll eventually get there by
extending BookmarkSpecifics to do what we need, then
reintroducing the new type and converting client-side once
feasible for all clients.
By the time we're ready to reintroduce the new type many things
will likely have changed, so just remove it for the time being.
This reverts commit 72520cfbda25e457da26113b568c76171d716a3f.
BUG=427727
Review URL: https://codereview.chromium.org/673983003
Cr-Commit-Position: refs/heads/master@{#301703}
Diffstat (limited to 'sync/internal_api')
-rw-r--r-- | sync/internal_api/public/base/model_type.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h index 305c385..61bcbd0 100644 --- a/sync/internal_api/public/base/model_type.h +++ b/sync/internal_api/public/base/model_type.h @@ -110,8 +110,6 @@ enum ModelType { ARTICLES, // App List items APP_LIST, - // Enhanced bookmarks clips or folios. - ENHANCED_BOOKMARKS, // ---- Proxy types ---- // Proxy types are excluded from the sync protocol, but are still considered |