|
|
Chromium Code Reviews
DescriptionNot remove a pinned notification by user action
The pinned notification should be unremovable by user action, but it was removable by delete key. This patch fixes the issue by making pinned notifications unremovable by user action.
BUG=647149
TEST=manual test
Committed: https://crrev.com/d78edc6840a9a42afc7b50e6e714b9fc21f0c6d8
Cr-Commit-Position: refs/heads/master@{#422092}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed the nit. #Messages
Total messages: 20 (14 generated)
The CQ bit was checked by yoshiki@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Description was changed from ========== . BUG= ========== to ========== Not remove a pinned notification by user action The pinned notification should be unremovable by user action, but it was removable by delete key. This patch fixes the issue by making pinned notifications unremovable by user action. BUG=647149 TEST=manual test ==========
yoshiki@chromium.org changed reviewers: + xiyuan@chromium.org
Xiyuan, PTAL. Thanks.
lgtm https://codereview.chromium.org/2371693002/diff/1/ui/message_center/message_c... File ui/message_center/message_center_impl.cc (right): https://codereview.chromium.org/2371693002/diff/1/ui/message_center/message_c... ui/message_center/message_center_impl.cc:619: message_center::Notification* notification = FindVisibleNotificationById(id); nit: "message_center::" is not necessary.
The CQ bit was checked by yoshiki@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2371693002/diff/1/ui/message_center/message_c... File ui/message_center/message_center_impl.cc (right): https://codereview.chromium.org/2371693002/diff/1/ui/message_center/message_c... ui/message_center/message_center_impl.cc:619: message_center::Notification* notification = FindVisibleNotificationById(id); On 2016/09/28 19:27:40, xiyuan wrote: > nit: "message_center::" is not necessary. Done.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by yoshiki@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from xiyuan@chromium.org Link to the patchset: https://codereview.chromium.org/2371693002/#ps20001 (title: "Addressed the nit.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Not remove a pinned notification by user action The pinned notification should be unremovable by user action, but it was removable by delete key. This patch fixes the issue by making pinned notifications unremovable by user action. BUG=647149 TEST=manual test ========== to ========== Not remove a pinned notification by user action The pinned notification should be unremovable by user action, but it was removable by delete key. This patch fixes the issue by making pinned notifications unremovable by user action. BUG=647149 TEST=manual test ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Not remove a pinned notification by user action The pinned notification should be unremovable by user action, but it was removable by delete key. This patch fixes the issue by making pinned notifications unremovable by user action. BUG=647149 TEST=manual test ========== to ========== Not remove a pinned notification by user action The pinned notification should be unremovable by user action, but it was removable by delete key. This patch fixes the issue by making pinned notifications unremovable by user action. BUG=647149 TEST=manual test Committed: https://crrev.com/d78edc6840a9a42afc7b50e6e714b9fc21f0c6d8 Cr-Commit-Position: refs/heads/master@{#422092} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/d78edc6840a9a42afc7b50e6e714b9fc21f0c6d8 Cr-Commit-Position: refs/heads/master@{#422092} |
