diff options
author | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 20:04:58 +0000 |
---|---|---|
committer | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 20:04:58 +0000 |
commit | 3bc627156b7c1594df0ae95407e6b9d18f5b7343 (patch) | |
tree | b7261fda0637408bd3d404b048227310dd6f2f02 /sync/internal_api/public | |
parent | bcbb9b4e583a1e068871ef591ae7f8590707eca7 (diff) | |
download | chromium_src-3bc627156b7c1594df0ae95407e6b9d18f5b7343.zip chromium_src-3bc627156b7c1594df0ae95407e6b9d18f5b7343.tar.gz chromium_src-3bc627156b7c1594df0ae95407e6b9d18f5b7343.tar.bz2 |
Add AppListSpecifics .proto definition and support code
This CL introduces the AppList sync type.
As of patchset #7 this CL depends on https://codereview.chromium.org/106033003/
BUG=313376
Review URL: https://codereview.chromium.org/78773004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/public')
-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 4f512b4..c618c450 100644 --- a/sync/internal_api/public/base/model_type.h +++ b/sync/internal_api/public/base/model_type.h @@ -101,6 +101,8 @@ enum ModelType { MANAGED_USERS, // Distilled articles. ARTICLES, + // App List items + APP_LIST, // ---- Proxy types ---- // Proxy types are excluded from the sync protocol, but are still considered |