Use the Chrome icon rather than a bell icon for notifications
commit1598c3b20079643e0fea748797bf4a6e3c015549
authorpeter <peter@chromium.org>
Wed, 26 Aug 2015 12:21:19 +0000 (26 05:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 26 Aug 2015 12:22:00 +0000 (26 12:22 +0000)
tree8b02fa96a10f1b354b199c0c53c547b32476364a
parent111984067b0530ae39fe5de5c60ec20f9739729a
Use the Chrome icon rather than a bell icon for notifications

The generic bell icon is deemed to be confusing, as it creates an
association with alarms rather than generic notifications. Use the
Chrome icon instead.

BUG=523990

Review URL: https://codereview.chromium.org/1313593003

Cr-Commit-Position: refs/heads/master@{#345589}
15 files changed:
chrome/android/java/res/drawable-hdpi/ic_chrome.png [new file with mode: 0644]
chrome/android/java/res/drawable-hdpi/ic_stat_notify.png [deleted file]
chrome/android/java/res/drawable-hdpi/notification_badge.png [deleted file]
chrome/android/java/res/drawable-mdpi/ic_chrome.png [new file with mode: 0644]
chrome/android/java/res/drawable-mdpi/ic_stat_notify.png [deleted file]
chrome/android/java/res/drawable-mdpi/notification_badge.png [deleted file]
chrome/android/java/res/drawable-xhdpi/ic_chrome.png [new file with mode: 0644]
chrome/android/java/res/drawable-xhdpi/ic_stat_notify.png [deleted file]
chrome/android/java/res/drawable-xhdpi/notification_badge.png [deleted file]
chrome/android/java/res/drawable-xxhdpi/ic_chrome.png [new file with mode: 0644]
chrome/android/java/res/drawable-xxhdpi/notification_badge.png [deleted file]
chrome/android/java/res/drawable-xxxhdpi/ic_chrome.png [new file with mode: 0644]
chrome/android/java/res/drawable-xxxhdpi/notification_badge.png [deleted file]
chrome/android/java/src/org/chromium/chrome/browser/notifications/GoogleServicesNotificationController.java
chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationUIManager.java