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

Issue 468873002: Show a desktop notification when the enrollment is completed or failed. (Closed)

Created:
6 years, 4 months ago by davidyu
Modified:
6 years, 3 months ago
Reviewers:
bartfab (slow), oshima
CC:
chromium-reviews, dbeam+watch-options_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Show a desktop notification when the enrollment is completed or failed. BUG=chromium:353050 TEST=unit_tests Committed: https://crrev.com/c853a94b32df9fd3bd9308abef21e843eec50618 Cr-Commit-Position: refs/heads/master@{#292355}

Patch Set 1 : #

Patch Set 2 : Fixed a bug that NotificationUIManager is created too early. #

Total comments: 107

Patch Set 3 : #

Total comments: 18

Patch Set 4 : #

Patch Set 5 : Fix broken build and un-inline virtual functions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -115 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 3 chunks +22 lines, -4 lines 0 comments Download
A chrome/app/theme/default_100_percent/cros/consumer_management_notification_icon.png View Binary file 0 comments Download
A chrome/app/theme/default_200_percent/cros/consumer_management_notification_icon.png View Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/policy/consumer_management_service.h View 1 2 3 3 chunks +11 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/policy/consumer_management_service.cc View 1 2 3 4 12 chunks +229 lines, -71 lines 0 comments Download
M chrome/browser/chromeos/policy/consumer_management_service_unittest.cc View 1 2 10 chunks +58 lines, -35 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
davidyu
6 years, 4 months ago (2014-08-18 08:59:13 UTC) #1
davidyu
Hi Oshima, Can you please review chrome/app/theme/*? The png files have been optimized. The mock ...
6 years, 4 months ago (2014-08-18 09:10:08 UTC) #2
oshima
https://codereview.chromium.org/468873002/diff/40001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (left): https://codereview.chromium.org/468873002/diff/40001/chrome/app/chromeos_strings.grdp#oldcode5710 chrome/app/chromeos_strings.grdp:5710: <!-- About the device control section in the settings ...
6 years, 4 months ago (2014-08-20 13:24:01 UTC) #3
bartfab (slow)
https://codereview.chromium.org/468873002/diff/40001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/468873002/diff/40001/chrome/app/chromeos_strings.grdp#newcode5708 chrome/app/chromeos_strings.grdp:5708: <message name="IDS_LOGIN_CONSUMER_MANAGEMENT_ENROLLMENT" desc="A message to show at the signin ...
6 years, 4 months ago (2014-08-20 13:55:52 UTC) #4
davidyu
https://codereview.chromium.org/468873002/diff/40001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (left): https://codereview.chromium.org/468873002/diff/40001/chrome/app/chromeos_strings.grdp#oldcode5710 chrome/app/chromeos_strings.grdp:5710: <!-- About the device control section in the settings ...
6 years, 4 months ago (2014-08-21 04:08:26 UTC) #5
bartfab (slow)
https://codereview.chromium.org/468873002/diff/40001/chrome/browser/chromeos/policy/consumer_management_service_unittest.cc File chrome/browser/chromeos/policy/consumer_management_service_unittest.cc (right): https://codereview.chromium.org/468873002/diff/40001/chrome/browser/chromeos/policy/consumer_management_service_unittest.cc#newcode44 chrome/browser/chromeos/policy/consumer_management_service_unittest.cc:44: #include "testing/gtest/include/gtest/gtest.h" On 2014/08/21 04:08:26, davidyu wrote: > On ...
6 years, 4 months ago (2014-08-21 12:04:25 UTC) #6
oshima
c/a/theme lgtm https://codereview.chromium.org/468873002/diff/60001/chrome/browser/chromeos/policy/consumer_management_service.h File chrome/browser/chromeos/policy/consumer_management_service.h (right): https://codereview.chromium.org/468873002/diff/60001/chrome/browser/chromeos/policy/consumer_management_service.h#newcode122 chrome/browser/chromeos/policy/consumer_management_service.h:122: class DesktopNotificationDelegate : public NotificationDelegate { Looks ...
6 years, 4 months ago (2014-08-21 22:47:07 UTC) #7
bartfab (slow)
https://codereview.chromium.org/468873002/diff/60001/chrome/browser/chromeos/policy/consumer_management_service.h File chrome/browser/chromeos/policy/consumer_management_service.h (right): https://codereview.chromium.org/468873002/diff/60001/chrome/browser/chromeos/policy/consumer_management_service.h#newcode122 chrome/browser/chromeos/policy/consumer_management_service.h:122: class DesktopNotificationDelegate : public NotificationDelegate { On 2014/08/21 22:47:07, ...
6 years, 4 months ago (2014-08-21 23:35:45 UTC) #8
oshima
slgtm c/a/theme https://codereview.chromium.org/468873002/diff/60001/chrome/browser/chromeos/policy/consumer_management_service.h File chrome/browser/chromeos/policy/consumer_management_service.h (right): https://codereview.chromium.org/468873002/diff/60001/chrome/browser/chromeos/policy/consumer_management_service.h#newcode122 chrome/browser/chromeos/policy/consumer_management_service.h:122: class DesktopNotificationDelegate : public NotificationDelegate { On ...
6 years, 4 months ago (2014-08-22 00:44:05 UTC) #9
davidyu
https://codereview.chromium.org/468873002/diff/40001/chrome/browser/chromeos/policy/consumer_management_service_unittest.cc File chrome/browser/chromeos/policy/consumer_management_service_unittest.cc (right): https://codereview.chromium.org/468873002/diff/40001/chrome/browser/chromeos/policy/consumer_management_service_unittest.cc#newcode44 chrome/browser/chromeos/policy/consumer_management_service_unittest.cc:44: #include "testing/gtest/include/gtest/gtest.h" On 2014/08/21 12:04:25, bartfab wrote: > On ...
6 years, 4 months ago (2014-08-22 04:23:10 UTC) #10
bartfab (slow)
lgtm https://codereview.chromium.org/468873002/diff/40001/chrome/browser/chromeos/policy/consumer_management_service_unittest.cc File chrome/browser/chromeos/policy/consumer_management_service_unittest.cc (right): https://codereview.chromium.org/468873002/diff/40001/chrome/browser/chromeos/policy/consumer_management_service_unittest.cc#newcode44 chrome/browser/chromeos/policy/consumer_management_service_unittest.cc:44: #include "testing/gtest/include/gtest/gtest.h" On 2014/08/22 04:23:10, davidyu wrote: > ...
6 years, 4 months ago (2014-08-25 13:07:31 UTC) #11
oshima
https://codereview.chromium.org/468873002/diff/60001/chrome/browser/chromeos/policy/consumer_management_service.h File chrome/browser/chromeos/policy/consumer_management_service.h (right): https://codereview.chromium.org/468873002/diff/60001/chrome/browser/chromeos/policy/consumer_management_service.h#newcode122 chrome/browser/chromeos/policy/consumer_management_service.h:122: class DesktopNotificationDelegate : public NotificationDelegate { On 2014/08/25 13:07:30, ...
6 years, 4 months ago (2014-08-25 13:42:05 UTC) #12
davidyu
The CQ bit was checked by davidyu@chromium.org
6 years, 3 months ago (2014-08-28 02:21:27 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidyu@chromium.org/468873002/80001
6 years, 3 months ago (2014-08-28 02:22:02 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-28 08:12:41 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-28 08:30:26 UTC) #16
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/8858)
6 years, 3 months ago (2014-08-28 08:30:27 UTC) #17
davidyu
The CQ bit was checked by davidyu@chromium.org
6 years, 3 months ago (2014-08-28 08:52:20 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidyu@chromium.org/468873002/100001
6 years, 3 months ago (2014-08-28 08:53:27 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:100001) as 693da91cf29b89309392bbe4e13a415cd448e80f
6 years, 3 months ago (2014-08-28 09:49:11 UTC) #20
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:58:42 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c853a94b32df9fd3bd9308abef21e843eec50618
Cr-Commit-Position: refs/heads/master@{#292355}

Powered by Google App Engine
This is Rietveld 408576698