diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 09:20:39 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 09:20:39 +0000 |
commit | 42e89030ac3293414aa3c3e71994015a2f7d76f8 (patch) | |
tree | c92f871031fd5afc2b40ee6cb317e582b2cbaa84 /sync/sync_proto.gypi | |
parent | d5e04ce616faf38eaae56c9c49f802aa672405ec (diff) | |
download | chromium_src-42e89030ac3293414aa3c3e71994015a2f7d76f8.zip chromium_src-42e89030ac3293414aa3c3e71994015a2f7d76f8.tar.gz chromium_src-42e89030ac3293414aa3c3e71994015a2f7d76f8.tar.bz2 |
Add Sync data type for managed users.
TBR=atwilson@chromium.org
BUG=228833
Review URL: https://chromiumcodereview.appspot.com/15177003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sync_proto.gypi')
-rw-r--r-- | sync/sync_proto.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sync_proto.gypi b/sync/sync_proto.gypi index 04f5e35..bb79b4b 100644 --- a/sync/sync_proto.gypi +++ b/sync/sync_proto.gypi @@ -29,6 +29,7 @@ 'protocol/history_delete_directive_specifics.proto', 'protocol/nigori_specifics.proto', 'protocol/managed_user_setting_specifics.proto', + 'protocol/managed_user_specifics.proto', 'protocol/password_specifics.proto', 'protocol/preference_specifics.proto', 'protocol/priority_preference_specifics.proto', |