diff options
author | Mike Wittman <wittman@chromium.org> | 2014-10-01 14:56:57 -0700 |
---|---|---|
committer | Mike Wittman <wittman@chromium.org> | 2014-10-01 21:59:55 +0000 |
commit | 72520cfbda25e457da26113b568c76171d716a3f (patch) | |
tree | ada572d1f49255980811a20eb452a7f7e6423d6b /sync/internal_api | |
parent | 438a0d63964342acd2b50f12cb69fa4ae93254c0 (diff) | |
download | chromium_src-72520cfbda25e457da26113b568c76171d716a3f.zip chromium_src-72520cfbda25e457da26113b568c76171d716a3f.tar.gz chromium_src-72520cfbda25e457da26113b568c76171d716a3f.tar.bz2 |
Add enhanced bookmarks sync datatype
Adds a new sync datatype to handle the enhanced bookmarks
representation.
BUG=415822
R=mpearson@chromium.org, sky@chromium.org, zea@chromium.org
Review URL: https://codereview.chromium.org/583863002
Cr-Commit-Position: refs/heads/master@{#297718}
Diffstat (limited to 'sync/internal_api')
-rw-r--r-- | sync/internal_api/public/base/model_type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h index 61bcbd0..305c385 100644 --- a/sync/internal_api/public/base/model_type.h +++ b/sync/internal_api/public/base/model_type.h @@ -110,6 +110,8 @@ 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 |