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

Issue 23653007: Avatar syncing for supervised users (Closed)

Created:
7 years, 3 months ago by ibra
Modified:
7 years, 3 months ago
CC:
chromium-reviews, tim+watch_chromium.org, haitaol+watch_chromium.org, rsimha+watch_chromium.org, pam+watch_chromium.org, albertb+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Avatar syncing for supervised users Syncs the avatar of the supervised user selected during its creation process but doesn't sync any further changes. TBR=nkostylev@chromium.org BUG=278083 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222019

Patch Set 1 #

Patch Set 2 : strings #

Total comments: 10

Patch Set 3 : bauerb@ #

Patch Set 4 : two keys #

Total comments: 7

Patch Set 5 : nits #

Total comments: 2

Patch Set 6 : avatar_index to ctor #

Patch Set 7 : .. #

Total comments: 4

Patch Set 8 : todo #

Patch Set 9 : rebase #

Patch Set 10 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -45 lines) Patch
M chrome/browser/chromeos/login/managed/locally_managed_user_creation_controller.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_registration_utility.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_registration_utility.cc View 1 2 3 4 5 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_service.cc View 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_sync_service.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_sync_service.cc View 1 2 3 4 5 6 7 8 9 chunks +58 lines, -29 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_sync_service_unittest.cc View 1 2 3 4 5 6 7 8 9 9 chunks +26 lines, -5 lines 0 comments Download
M sync/protocol/managed_user_specifics.proto View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
ibra
Bernhard, can you please take a look? Thanks!
7 years, 3 months ago (2013-09-04 12:06:51 UTC) #1
Bernhard Bauer
Can you expand the CL comment to explain that we sync the avatar at profile ...
7 years, 3 months ago (2013-09-04 12:28:33 UTC) #2
ibra
https://codereview.chromium.org/23653007/diff/3001/chrome/browser/managed_mode/managed_user_registration_utility.h File chrome/browser/managed_mode/managed_user_registration_utility.h (right): https://codereview.chromium.org/23653007/diff/3001/chrome/browser/managed_mode/managed_user_registration_utility.h#newcode34 chrome/browser/managed_mode/managed_user_registration_utility.h:34: explicit ManagedUserRegistrationInfo(const string16& name, int avatar_index); On 2013/09/04 12:28:33, ...
7 years, 3 months ago (2013-09-04 16:19:45 UTC) #3
Bernhard Bauer
https://codereview.chromium.org/23653007/diff/3001/chrome/browser/managed_mode/managed_user_sync_service.cc File chrome/browser/managed_mode/managed_user_sync_service.cc (right): https://codereview.chromium.org/23653007/diff/3001/chrome/browser/managed_mode/managed_user_sync_service.cc#newcode41 chrome/browser/managed_mode/managed_user_sync_service.cc:41: const char kAvatarPrefix[] = "chrome-avatar-index:"; On 2013/09/04 16:19:45, ibra ...
7 years, 3 months ago (2013-09-04 16:33:10 UTC) #4
ibra
On 2013/09/04 16:33:10, Bernhard Bauer wrote: > https://codereview.chromium.org/23653007/diff/3001/chrome/browser/managed_mode/managed_user_sync_service.cc > File chrome/browser/managed_mode/managed_user_sync_service.cc (right): > > https://codereview.chromium.org/23653007/diff/3001/chrome/browser/managed_mode/managed_user_sync_service.cc#newcode41 ...
7 years, 3 months ago (2013-09-05 12:49:27 UTC) #5
Bernhard Bauer
https://codereview.chromium.org/23653007/diff/19001/chrome/browser/managed_mode/managed_user_registration_utility.h File chrome/browser/managed_mode/managed_user_registration_utility.h (right): https://codereview.chromium.org/23653007/diff/19001/chrome/browser/managed_mode/managed_user_registration_utility.h#newcode34 chrome/browser/managed_mode/managed_user_registration_utility.h:34: explicit ManagedUserRegistrationInfo(const string16& name); You should probably still initialize ...
7 years, 3 months ago (2013-09-05 13:15:32 UTC) #6
ibra
https://codereview.chromium.org/23653007/diff/19001/chrome/browser/managed_mode/managed_user_registration_utility.h File chrome/browser/managed_mode/managed_user_registration_utility.h (right): https://codereview.chromium.org/23653007/diff/19001/chrome/browser/managed_mode/managed_user_registration_utility.h#newcode34 chrome/browser/managed_mode/managed_user_registration_utility.h:34: explicit ManagedUserRegistrationInfo(const string16& name); On 2013/09/05 13:15:33, Bernhard Bauer ...
7 years, 3 months ago (2013-09-05 13:28:38 UTC) #7
Bernhard Bauer
https://codereview.chromium.org/23653007/diff/19001/chrome/browser/managed_mode/managed_user_registration_utility.h File chrome/browser/managed_mode/managed_user_registration_utility.h (right): https://codereview.chromium.org/23653007/diff/19001/chrome/browser/managed_mode/managed_user_registration_utility.h#newcode34 chrome/browser/managed_mode/managed_user_registration_utility.h:34: explicit ManagedUserRegistrationInfo(const string16& name); On 2013/09/05 13:28:38, ibra wrote: ...
7 years, 3 months ago (2013-09-05 14:09:47 UTC) #8
ibra
PTAL, thanks. https://codereview.chromium.org/23653007/diff/22001/sync/protocol/managed_user_specifics.proto File sync/protocol/managed_user_specifics.proto (right): https://codereview.chromium.org/23653007/diff/22001/sync/protocol/managed_user_specifics.proto#newcode32 sync/protocol/managed_user_specifics.proto:32: // A string representing the index of ...
7 years, 3 months ago (2013-09-05 15:14:31 UTC) #9
Bernhard Bauer
https://codereview.chromium.org/23653007/diff/42001/chrome/browser/managed_mode/managed_user_sync_service.cc File chrome/browser/managed_mode/managed_user_sync_service.cc (right): https://codereview.chromium.org/23653007/diff/42001/chrome/browser/managed_mode/managed_user_sync_service.cc#newcode126 chrome/browser/managed_mode/managed_user_sync_service.cc:126: DCHECK_EQ(avatar_index, -111); Where is this number coming from?
7 years, 3 months ago (2013-09-05 15:35:24 UTC) #10
ibra
https://codereview.chromium.org/23653007/diff/42001/chrome/browser/managed_mode/managed_user_sync_service.cc File chrome/browser/managed_mode/managed_user_sync_service.cc (right): https://codereview.chromium.org/23653007/diff/42001/chrome/browser/managed_mode/managed_user_sync_service.cc#newcode126 chrome/browser/managed_mode/managed_user_sync_service.cc:126: DCHECK_EQ(avatar_index, -111); On 2013/09/05 15:35:24, Bernhard Bauer wrote: > ...
7 years, 3 months ago (2013-09-05 15:44:50 UTC) #11
Bernhard Bauer
https://codereview.chromium.org/23653007/diff/42001/chrome/browser/managed_mode/managed_user_sync_service.cc File chrome/browser/managed_mode/managed_user_sync_service.cc (right): https://codereview.chromium.org/23653007/diff/42001/chrome/browser/managed_mode/managed_user_sync_service.cc#newcode126 chrome/browser/managed_mode/managed_user_sync_service.cc:126: DCHECK_EQ(avatar_index, -111); On 2013/09/05 15:44:50, ibra wrote: > On ...
7 years, 3 months ago (2013-09-05 15:51:11 UTC) #12
ibra
https://codereview.chromium.org/23653007/diff/42001/chrome/browser/managed_mode/managed_user_sync_service.cc File chrome/browser/managed_mode/managed_user_sync_service.cc (right): https://codereview.chromium.org/23653007/diff/42001/chrome/browser/managed_mode/managed_user_sync_service.cc#newcode126 chrome/browser/managed_mode/managed_user_sync_service.cc:126: DCHECK_EQ(avatar_index, -111); On 2013/09/05 15:51:12, Bernhard Bauer wrote: > ...
7 years, 3 months ago (2013-09-05 16:25:02 UTC) #13
Bernhard Bauer
lgtm
7 years, 3 months ago (2013-09-05 16:26:38 UTC) #14
ibra
Hi Andrew, Can I have an OWNERS review for: sync/protocol/ ? Thanks!
7 years, 3 months ago (2013-09-05 16:37:48 UTC) #15
Andrew T Wilson (Slow)
sync/protocol lgtm
7 years, 3 months ago (2013-09-06 14:57:09 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@chromium.org/23653007/51001
7 years, 3 months ago (2013-09-06 16:58:32 UTC) #17
commit-bot: I haz the power
Failed to apply patch for chrome/browser/managed_mode/managed_user_sync_service.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-09-06 16:58:36 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@chromium.org/23653007/70001
7 years, 3 months ago (2013-09-09 08:12:14 UTC) #19
commit-bot: I haz the power
7 years, 3 months ago (2013-09-09 13:51:10 UTC) #20
Message was sent while issue was closed.
Change committed as 222019

Powered by Google App Engine
This is Rietveld 408576698