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

Issue 627593003: Adding infrastructure for possibility of changing manager names for the supervised accounts. (Closed)

Created:
6 years, 2 months ago by merkulova
Modified:
6 years, 2 months ago
CC:
chromium-reviews, sadrul, pam+watch_chromium.org, oshima+watch_chromium.org, kalyank, stevenjb+watch_chromium.org, ben+ash_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Adding infrastructure for possibility of changing manager names for the supervised accounts. CL https://chromereviews.googleplex.com/90457013/ for pre-checks. BUG=419007 Committed: https://crrev.com/270ffc018fa0a0cfc0be8ccb2bf4323cab1c4924 Cr-Commit-Position: refs/heads/master@{#299296}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Specific observer class introduced. #

Total comments: 3

Patch Set 3 : Weak pointers removed. #

Total comments: 14

Patch Set 4 : Daniel's comments addressed. #

Total comments: 7

Patch Set 5 : More comments addressed. #

Patch Set 6 : Missed func. #

Patch Set 7 : Rebase. #

Patch Set 8 : NULL check added in d-tor. #

Patch Set 9 : Default system tray extended for proper tests support. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -33 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A ash/system/chromeos/supervised/custodian_info_tray_observer.h View 1 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download
M ash/system/chromeos/supervised/tray_supervised_user.h View 1 2 3 4 4 chunks +9 lines, -1 line 0 comments Download
M ash/system/chromeos/supervised/tray_supervised_user.cc View 1 2 3 4 5 6 7 3 chunks +27 lines, -3 lines 0 comments Download
M ash/system/tray/default_system_tray_delegate.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M ash/system/tray/default_system_tray_delegate.cc View 1 2 3 4 5 6 7 8 3 chunks +12 lines, -2 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 1 2 3 4 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_service.cc View 1 2 3 1 chunk +17 lines, -14 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.h View 1 2 3 4 5 6 6 chunks +20 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 1 2 3 4 5 6 8 chunks +47 lines, -11 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_linux.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_win.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (13 generated)
merkulova
treib@ for supervised_user_service.cc and overall review jennyz@ for ash/system files derat@ for chrome/browser/ui/ash files
6 years, 2 months ago (2014-10-03 09:39:01 UTC) #3
Daniel Erat
it's not your fault, but i wish that SystemTrayDelegate weren't such a dumping ground for ...
6 years, 2 months ago (2014-10-03 16:02:10 UTC) #4
jennyz
On 2014/10/03 16:02:10, Daniel Erat wrote: > it's not your fault, but i wish that ...
6 years, 2 months ago (2014-10-03 20:28:12 UTC) #5
Marc Treib
c/b/supervised_user lgtm with one nit below. https://codereview.chromium.org/627593003/diff/1/chrome/browser/supervised_user/supervised_user_service.cc File chrome/browser/supervised_user/supervised_user_service.cc (right): https://codereview.chromium.org/627593003/diff/1/chrome/browser/supervised_user/supervised_user_service.cc#newcode308 chrome/browser/supervised_user/supervised_user_service.cc:308: return name = ...
6 years, 2 months ago (2014-10-06 07:40:19 UTC) #6
merkulova
"it's not your fault, but i wish that SystemTrayDelegate weren't such a dumping ground for ...
6 years, 2 months ago (2014-10-06 15:37:25 UTC) #7
Daniel Erat
https://codereview.chromium.org/627593003/diff/20001/ash/system/chromeos/supervised/custodian_info_tray_observer.h File ash/system/chromeos/supervised/custodian_info_tray_observer.h (right): https://codereview.chromium.org/627593003/diff/20001/ash/system/chromeos/supervised/custodian_info_tray_observer.h#newcode8 ash/system/chromeos/supervised/custodian_info_tray_observer.h:8: class CustodianInfoTrayObserver { this should be in the ash ...
6 years, 2 months ago (2014-10-06 15:45:58 UTC) #8
merkulova
https://codereview.chromium.org/627593003/diff/20001/ash/system/chromeos/supervised/custodian_info_tray_observer.h File ash/system/chromeos/supervised/custodian_info_tray_observer.h (right): https://codereview.chromium.org/627593003/diff/20001/ash/system/chromeos/supervised/custodian_info_tray_observer.h#newcode8 ash/system/chromeos/supervised/custodian_info_tray_observer.h:8: class CustodianInfoTrayObserver { On 2014/10/06 15:45:58, Daniel Erat wrote: ...
6 years, 2 months ago (2014-10-07 11:27:38 UTC) #9
Daniel Erat
thanks! the general structure of this looks fine to me now; i just have a ...
6 years, 2 months ago (2014-10-07 16:16:00 UTC) #10
Marc Treib
https://codereview.chromium.org/627593003/diff/40001/chrome/browser/supervised_user/supervised_user_service.cc File chrome/browser/supervised_user/supervised_user_service.cc (right): https://codereview.chromium.org/627593003/diff/40001/chrome/browser/supervised_user/supervised_user_service.cc#newcode300 chrome/browser/supervised_user/supervised_user_service.cc:300: #if defined(OS_CHROMEOS) On 2014/10/07 16:16:00, Daniel Erat wrote: > ...
6 years, 2 months ago (2014-10-08 07:51:19 UTC) #11
merkulova
https://codereview.chromium.org/627593003/diff/40001/ash/system/chromeos/supervised/custodian_info_tray_observer.h File ash/system/chromeos/supervised/custodian_info_tray_observer.h (right): https://codereview.chromium.org/627593003/diff/40001/ash/system/chromeos/supervised/custodian_info_tray_observer.h#newcode14 ash/system/chromeos/supervised/custodian_info_tray_observer.h:14: virtual void OnCustodianInfoChanged() {} On 2014/10/07 16:16:00, Daniel Erat ...
6 years, 2 months ago (2014-10-08 09:19:37 UTC) #12
Daniel Erat
lgtm after some more comments are addressed https://codereview.chromium.org/627593003/diff/60001/ash/system/chromeos/supervised/custodian_info_tray_observer.h File ash/system/chromeos/supervised/custodian_info_tray_observer.h (right): https://codereview.chromium.org/627593003/diff/60001/ash/system/chromeos/supervised/custodian_info_tray_observer.h#newcode10 ash/system/chromeos/supervised/custodian_info_tray_observer.h:10: class CustodianInfoTrayObserver ...
6 years, 2 months ago (2014-10-08 14:10:46 UTC) #13
jennyz
lgtm with nits. https://codereview.chromium.org/627593003/diff/60001/ash/system/chromeos/supervised/tray_supervised_user.cc File ash/system/chromeos/supervised/tray_supervised_user.cc (right): https://codereview.chromium.org/627593003/diff/60001/ash/system/chromeos/supervised/tray_supervised_user.cc#newcode14 ash/system/chromeos/supervised/tray_supervised_user.cc:14: #include "base/bind.h" DO you need this ...
6 years, 2 months ago (2014-10-08 20:57:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/627593003/80001
6 years, 2 months ago (2014-10-09 09:15:32 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_swarming/builds/20654)
6 years, 2 months ago (2014-10-09 10:31:51 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/627593003/100001
6 years, 2 months ago (2014-10-09 11:40:33 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/77168) android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/22930) android_chromium_gn_compile_dbg ...
6 years, 2 months ago (2014-10-09 11:44:20 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/627593003/120001
6 years, 2 months ago (2014-10-09 11:59:20 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/22408)
6 years, 2 months ago (2014-10-09 15:32:01 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/627593003/120001
6 years, 2 months ago (2014-10-10 07:28:07 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/22801)
6 years, 2 months ago (2014-10-10 10:28:23 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/627593003/250001
6 years, 2 months ago (2014-10-10 12:02:15 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/22818)
6 years, 2 months ago (2014-10-10 12:54:49 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/627593003/450001
6 years, 2 months ago (2014-10-13 12:36:11 UTC) #36
commit-bot: I haz the power
Committed patchset #9 (id:450001)
6 years, 2 months ago (2014-10-13 13:58:14 UTC) #37
commit-bot: I haz the power
6 years, 2 months ago (2014-10-13 13:59:06 UTC) #38
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/270ffc018fa0a0cfc0be8ccb2bf4323cab1c4924
Cr-Commit-Position: refs/heads/master@{#299296}

Powered by Google App Engine
This is Rietveld 408576698