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

Issue 76333002: Add Sync datatype for shared managed user settings. (Closed)

Created:
7 years, 1 month ago by Bernhard Bauer
Modified:
7 years ago
CC:
chromium-reviews, tim+watch_chromium.org, rsimha+watch_chromium.org, haitaol+watch_chromium.org, albertb+watch_chromium.org
Visibility:
Public.

Description

Add Sync datatype for shared managed user settings. BUG=316168 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241779

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : fix #

Total comments: 2

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 4

Patch Set 6 : review #

Patch Set 7 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -6 lines) Patch
M chrome/browser/sync/glue/model_association_manager.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_prefs.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/public/base/model_type.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
A sync/protocol/managed_user_shared_setting_specifics.proto View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions.h View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions.cc View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions_unittest.cc View 1 2 3 4 4 chunks +8 lines, -1 line 0 comments Download
M sync/protocol/sync.proto View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M sync/sync_proto.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M sync/syncable/model_type.cc View 1 2 3 4 11 chunks +27 lines, -0 lines 0 comments Download
M sync/syncable/nigori_util.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M sync/tools/testserver/chromiumsync.py View 1 2 3 4 5 6 5 chunks +8 lines, -1 line 0 comments Download
M sync/util/data_type_histogram.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Bernhard Bauer
Please review. Thanks!
7 years ago (2013-11-25 18:54:12 UTC) #1
Denis Kuznetsov (DE-MUC)
https://codereview.chromium.org/76333002/diff/180001/sync/protocol/managed_user_shared_setting_specifics.proto File sync/protocol/managed_user_shared_setting_specifics.proto (right): https://codereview.chromium.org/76333002/diff/180001/sync/protocol/managed_user_shared_setting_specifics.proto#newcode19 sync/protocol/managed_user_shared_setting_specifics.proto:19: optional string mu_id = 1; I believe that this ...
7 years ago (2013-11-26 10:42:30 UTC) #2
Bernhard Bauer
https://codereview.chromium.org/76333002/diff/180001/sync/protocol/managed_user_shared_setting_specifics.proto File sync/protocol/managed_user_shared_setting_specifics.proto (right): https://codereview.chromium.org/76333002/diff/180001/sync/protocol/managed_user_shared_setting_specifics.proto#newcode19 sync/protocol/managed_user_shared_setting_specifics.proto:19: optional string mu_id = 1; On 2013/11/26 10:42:30, Denis ...
7 years ago (2013-11-26 11:05:46 UTC) #3
Denis Kuznetsov (DE-MUC)
On 2013/11/26 11:05:46, Bernhard Bauer wrote: > https://codereview.chromium.org/76333002/diff/180001/sync/protocol/managed_user_shared_setting_specifics.proto > File sync/protocol/managed_user_shared_setting_specifics.proto (right): > > https://codereview.chromium.org/76333002/diff/180001/sync/protocol/managed_user_shared_setting_specifics.proto#newcode19 ...
7 years ago (2013-11-27 16:11:17 UTC) #4
Bernhard Bauer
Adding Tim, as Nicolas is OOO.
7 years ago (2013-11-27 17:33:59 UTC) #5
Bernhard Bauer
After discussion with Albert and Denis, added an acknowledgement flag.
7 years ago (2013-12-03 17:38:15 UTC) #6
Denis Kuznetsov (DE-MUC)
On 2013/12/03 17:38:15, Bernhard Bauer wrote: > After discussion with Albert and Denis, added an ...
7 years ago (2013-12-06 15:01:13 UTC) #7
Bernhard Bauer
Ping? :)
7 years ago (2013-12-16 22:58:09 UTC) #8
Nicolas Zea
I don't think you need to the internal_api/ changes. If you're using the SyncableService API, ...
7 years ago (2013-12-17 19:33:16 UTC) #9
Bernhard Bauer
https://codereview.chromium.org/76333002/diff/210001/sync/internal_api/public/base/model_type.h File sync/internal_api/public/base/model_type.h (left): https://codereview.chromium.org/76333002/diff/210001/sync/internal_api/public/base/model_type.h#oldcode115 sync/internal_api/public/base/model_type.h:115: On 2013/12/17 19:33:17, Nicolas Zea wrote: > prefer that ...
7 years ago (2013-12-17 19:48:10 UTC) #10
Nicolas Zea
On 2013/12/17 19:48:10, Bernhard Bauer wrote: > https://codereview.chromium.org/76333002/diff/210001/sync/internal_api/public/base/model_type.h > File sync/internal_api/public/base/model_type.h (left): > > https://codereview.chromium.org/76333002/diff/210001/sync/internal_api/public/base/model_type.h#oldcode115 ...
7 years ago (2013-12-17 19:55:08 UTC) #11
Bernhard Bauer
On 2013/12/17 19:55:08, Nicolas Zea wrote: > On 2013/12/17 19:48:10, Bernhard Bauer wrote: > > ...
7 years ago (2013-12-17 20:17:34 UTC) #12
Denis Kuznetsov (DE-MUC)
On 2013/12/17 20:17:34, Bernhard Bauer wrote: > On 2013/12/17 19:55:08, Nicolas Zea wrote: > > ...
7 years ago (2013-12-18 15:25:46 UTC) #13
Nicolas Zea
On 2013/12/18 15:25:46, Denis Kuznetsov wrote: > On 2013/12/17 20:17:34, Bernhard Bauer wrote: > > ...
7 years ago (2013-12-18 21:18:03 UTC) #14
Bernhard Bauer
On 2013/12/18 21:18:03, Nicolas Zea wrote: > Got it, thanks. And, presumably if the possibility ...
7 years ago (2013-12-18 21:25:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/76333002/230001
7 years ago (2013-12-18 21:25:56 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=206759
7 years ago (2013-12-18 22:28:03 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/76333002/230001
7 years ago (2013-12-18 22:56:06 UTC) #18
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=206832
7 years ago (2013-12-18 23:59:47 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/76333002/250001
7 years ago (2013-12-19 00:53:09 UTC) #20
commit-bot: I haz the power
7 years ago (2013-12-19 03:28:09 UTC) #21
Message was sent while issue was closed.
Change committed as 241779

Powered by Google App Engine
This is Rietveld 408576698