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

Issue 14507003: Add tray warning for Locally managed users. (Closed)

Created:
7 years, 7 months ago by Denis Kuznetsov (DE-MUC)
Modified:
7 years, 7 months ago
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add tray warning for Locally managed users. BUG=229762 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197372

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixes #

Total comments: 8

Patch Set 3 : Merge w/ToT, fix nits #

Total comments: 7

Patch Set 4 : Fix Dmitriy's nits #

Patch Set 5 : Fix win-aura compile error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -92 lines) Patch
M ash/ash.gyp View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ash/ash_chromeos_strings.grdp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/ash_strings.grd View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M ash/system/chromeos/enterprise/tray_enterprise.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/chromeos/enterprise/tray_enterprise.cc View 1 2 3 2 chunks +8 lines, -68 lines 0 comments Download
A ash/system/chromeos/label_tray_view.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A ash/system/chromeos/label_tray_view.cc View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
A + ash/system/chromeos/managed/tray_locally_managed_user.h View 1 2 3 2 chunks +11 lines, -16 lines 0 comments Download
A ash/system/chromeos/managed/tray_locally_managed_user.cc View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
M ash/system/tray/system_tray.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 2 chunks +9 lines, -0 lines 0 comments Download
M ash/system/tray/test_system_tray_delegate.h View 2 chunks +3 lines, -0 lines 0 comments Download
M ash/system/tray/test_system_tray_delegate.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M ash/system/user/tray_user.cc View 1 2 1 chunk +11 lines, -5 lines 0 comments Download
M chrome/app/chromeos_strings.grdp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/mock_user_manager.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_impl.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 3 2 chunks +19 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Denis Kuznetsov (DE-MUC)
Dmitriy for all chromeos/ changes, Daniel for ash/ changes.
7 years, 7 months ago (2013-04-29 13:21:54 UTC) #1
Daniel Erat
https://codereview.chromium.org/14507003/diff/1/ash/system/chromeos/managed/tray_locally_managed_user.cc File ash/system/chromeos/managed/tray_locally_managed_user.cc (right): https://codereview.chromium.org/14507003/diff/1/ash/system/chromeos/managed/tray_locally_managed_user.cc#newcode22 ash/system/chromeos/managed/tray_locally_managed_user.cc:22: class LocallyManagedUserDefaultView : public views::View { this class is ...
7 years, 7 months ago (2013-04-29 13:32:57 UTC) #2
Denis Kuznetsov (DE-MUC)
https://codereview.chromium.org/14507003/diff/1/ash/system/chromeos/managed/tray_locally_managed_user.cc File ash/system/chromeos/managed/tray_locally_managed_user.cc (right): https://codereview.chromium.org/14507003/diff/1/ash/system/chromeos/managed/tray_locally_managed_user.cc#newcode22 ash/system/chromeos/managed/tray_locally_managed_user.cc:22: class LocallyManagedUserDefaultView : public views::View { On 2013/04/29 13:32:57, ...
7 years, 7 months ago (2013-04-29 14:14:58 UTC) #3
Daniel Erat
LGTM for ash https://codereview.chromium.org/14507003/diff/5001/ash/ash_chromeos_strings.grdp File ash/ash_chromeos_strings.grdp (right): https://codereview.chromium.org/14507003/diff/5001/ash/ash_chromeos_strings.grdp#newcode237 ash/ash_chromeos_strings.grdp:237: <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="label shown instead of ...
7 years, 7 months ago (2013-04-29 14:34:27 UTC) #4
Denis Kuznetsov (DE-MUC)
https://chromiumcodereview.appspot.com/14507003/diff/5001/ash/ash_chromeos_strings.grdp File ash/ash_chromeos_strings.grdp (right): https://chromiumcodereview.appspot.com/14507003/diff/5001/ash/ash_chromeos_strings.grdp#newcode237 ash/ash_chromeos_strings.grdp:237: <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="label shown instead of email for locally ...
7 years, 7 months ago (2013-04-30 10:29:28 UTC) #5
Dmitry Polukhin
LGTM https://chromiumcodereview.appspot.com/14507003/diff/13001/ash/ash_chromeos_strings.grdp File ash/ash_chromeos_strings.grdp (right): https://chromiumcodereview.appspot.com/14507003/diff/13001/ash/ash_chromeos_strings.grdp#newcode239 ash/ash_chromeos_strings.grdp:239: Locally managed user In mock I see that ...
7 years, 7 months ago (2013-04-30 11:04:41 UTC) #6
Denis Kuznetsov (DE-MUC)
https://chromiumcodereview.appspot.com/14507003/diff/13001/ash/system/chromeos/enterprise/tray_enterprise.h File ash/system/chromeos/enterprise/tray_enterprise.h (right): https://chromiumcodereview.appspot.com/14507003/diff/13001/ash/system/chromeos/enterprise/tray_enterprise.h#newcode43 ash/system/chromeos/enterprise/tray_enterprise.h:43: LabelTrayView* default_view_; On 2013/04/30 11:04:41, Dmitry Polukhin wrote: > ...
7 years, 7 months ago (2013-04-30 11:32:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/14507003/14020
7 years, 7 months ago (2013-04-30 11:33:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/14507003/22003
7 years, 7 months ago (2013-04-30 12:48:07 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-04-30 13:38:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/14507003/22003
7 years, 7 months ago (2013-04-30 13:51:07 UTC) #11
commit-bot: I haz the power
7 years, 7 months ago (2013-04-30 15:20:32 UTC) #12
Message was sent while issue was closed.
Change committed as 197372

Powered by Google App Engine
This is Rietveld 408576698