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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationUIManager.java

Issue 1313593003: Use the Chrome icon rather than a bell icon for notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new assets Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/notifications/GoogleServicesNotificationController.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationUIManager.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationUIManager.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationUIManager.java
index a3632b8170e923fa50e011e3959f6aa68f9c4ddb..751b1f5350792d0ccd0f49f9eb3b2017fadb8482 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationUIManager.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationUIManager.java
@@ -385,7 +385,7 @@ public class NotificationUIManager {
.setContentText(body)
.setStyle(new NotificationCompat.BigTextStyle().bigText(body))
.setLargeIcon(icon)
- .setSmallIcon(R.drawable.notification_badge)
+ .setSmallIcon(R.drawable.ic_chrome)
.setContentIntent(getPendingIntent(
NotificationConstants.ACTION_CLICK_NOTIFICATION,
persistentNotificationId, origin, tag, intentData))
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/notifications/GoogleServicesNotificationController.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698