Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: sync/protocol/managed_user_shared_setting_specifics.proto

Issue 76333002: Add Sync datatype for shared managed user settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/internal_api/write_node.cc ('k') | sync/protocol/proto_value_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/managed_user_shared_setting_specifics.proto
diff --git a/sync/protocol/managed_user_setting_specifics.proto b/sync/protocol/managed_user_shared_setting_specifics.proto
similarity index 59%
copy from sync/protocol/managed_user_setting_specifics.proto
copy to sync/protocol/managed_user_shared_setting_specifics.proto
index fcd1d964267beb42d04cd2cc67d7d9dc70191b41..13db7849851f25e248a186d73b7286786cd7de80 100644
--- a/sync/protocol/managed_user_setting_specifics.proto
+++ b/sync/protocol/managed_user_shared_setting_specifics.proto
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
-// Sync protocol datatype extension for managed user settings.
+// Sync protocol datatype extension for managed user shared settings.
// Update proto_value_conversions{.h,.cc,_unittest.cc} if you change
// any fields in this file.
@@ -14,8 +14,9 @@ option retain_unknown_fields = true;
package sync_pb;
-// Properties of managed user setting sync objects.
-message ManagedUserSettingSpecifics {
- optional string name = 1;
- optional string value = 2;
+// Properties of managed user shared setting sync objects.
+message ManagedUserSharedSettingSpecifics {
+ optional string mu_id = 1;
Denis Kuznetsov (DE-MUC) 2013/11/26 10:42:30 I believe that this protobuf should act more like
Bernhard Bauer 2013/11/26 11:05:46 Well, transaction semantics are exactly what you d
+ optional string key = 2;
+ optional string value = 3;
}
« no previous file with comments | « sync/internal_api/write_node.cc ('k') | sync/protocol/proto_value_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698