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

Issue 268353004: NotificationController::clientFrom() should return a reference (Closed)

Created:
6 years, 7 months ago by gyuyoung-inactive
Modified:
6 years, 6 months ago
Reviewers:
haraken, Peter Beverloo
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

NotificationController::clientFrom() should return a reference NotificationController has maintained NotificationClient with OwnPtr since r173468. And, NotificationClient should not be a null. We can return a reference on NotificationController::clientFrom(). BUG=none Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175795

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : Rebased #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M Source/modules/notifications/Notification.cpp View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/notifications/NotificationController.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/notifications/NotificationController.cpp View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
gyuyoung-inactive
Add haraken to reviewer
6 years, 7 months ago (2014-05-08 04:39:31 UTC) #1
haraken
https://codereview.chromium.org/268353004/diff/1/Source/modules/notifications/Notification.cpp File Source/modules/notifications/Notification.cpp (left): https://codereview.chromium.org/268353004/diff/1/Source/modules/notifications/Notification.cpp#oldcode196 Source/modules/notifications/Notification.cpp:196: m_client = 0; I don't understand why you can ...
6 years, 7 months ago (2014-05-08 05:12:04 UTC) #2
Peter Beverloo
https://codereview.chromium.org/268353004/diff/1/Source/modules/notifications/Notification.cpp File Source/modules/notifications/Notification.cpp (left): https://codereview.chromium.org/268353004/diff/1/Source/modules/notifications/Notification.cpp#oldcode196 Source/modules/notifications/Notification.cpp:196: m_client = 0; On 2014/05/08 05:12:04, haraken wrote: > ...
6 years, 7 months ago (2014-05-08 12:59:34 UTC) #3
gyuyoung-inactive
https://codereview.chromium.org/268353004/diff/1/Source/modules/notifications/Notification.cpp File Source/modules/notifications/Notification.cpp (left): https://codereview.chromium.org/268353004/diff/1/Source/modules/notifications/Notification.cpp#oldcode196 Source/modules/notifications/Notification.cpp:196: m_client = 0; On 2014/05/08 12:59:34, Peter Beverloo wrote: ...
6 years, 7 months ago (2014-05-08 15:50:27 UTC) #4
gyuyoung-inactive
https://codereview.chromium.org/268353004/diff/1/Source/modules/notifications/Notification.cpp File Source/modules/notifications/Notification.cpp (left): https://codereview.chromium.org/268353004/diff/1/Source/modules/notifications/Notification.cpp#oldcode196 Source/modules/notifications/Notification.cpp:196: m_client = 0; On 2014/05/08 15:50:27, gyuyoung wrote: > ...
6 years, 7 months ago (2014-05-09 02:28:49 UTC) #5
gyuyoung-inactive
On 2014/05/09 02:28:49, gyuyoung wrote: > https://codereview.chromium.org/268353004/diff/1/Source/modules/notifications/Notification.cpp > File Source/modules/notifications/Notification.cpp (left): > > https://codereview.chromium.org/268353004/diff/1/Source/modules/notifications/Notification.cpp#oldcode196 > ...
6 years, 6 months ago (2014-06-09 04:58:32 UTC) #6
haraken
LGTM, but beverloo want to confirm. https://codereview.chromium.org/268353004/diff/40001/Source/modules/notifications/Notification.cpp File Source/modules/notifications/Notification.cpp (right): https://codereview.chromium.org/268353004/diff/40001/Source/modules/notifications/Notification.cpp#newcode196 Source/modules/notifications/Notification.cpp:196: m_client = nullptr; ...
6 years, 6 months ago (2014-06-09 05:21:13 UTC) #7
gyuyoung-inactive
https://codereview.chromium.org/268353004/diff/40001/Source/modules/notifications/Notification.cpp File Source/modules/notifications/Notification.cpp (right): https://codereview.chromium.org/268353004/diff/40001/Source/modules/notifications/Notification.cpp#newcode196 Source/modules/notifications/Notification.cpp:196: m_client = nullptr; On 2014/06/09 05:21:12, haraken wrote: > ...
6 years, 6 months ago (2014-06-09 05:38:31 UTC) #8
Peter Beverloo
lgtm
6 years, 6 months ago (2014-06-09 12:43:29 UTC) #9
gyuyoung-inactive
The CQ bit was checked by gyuyoung.kim@samsung.com
6 years, 6 months ago (2014-06-09 12:50:48 UTC) #10
gyuyoung-inactive
On 2014/06/09 12:43:29, Peter Beverloo wrote: > lgtm Thanks Peter !
6 years, 6 months ago (2014-06-09 12:50:59 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/268353004/60001
6 years, 6 months ago (2014-06-09 12:51:04 UTC) #12
commit-bot: I haz the power
6 years, 6 months ago (2014-06-09 13:53:52 UTC) #13
Message was sent while issue was closed.
Change committed as 175795

Powered by Google App Engine
This is Rietveld 408576698