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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/notifications/GoogleServicesNotificationController.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
Index: chrome/android/java/src/org/chromium/chrome/browser/notifications/GoogleServicesNotificationController.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/GoogleServicesNotificationController.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/GoogleServicesNotificationController.java
index 44bebd0135c2da9ab140e4fe4725c3cc5e693ffa..cf3cfadd02265c0ca02097918e7c4258f2f7fb10 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/GoogleServicesNotificationController.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/GoogleServicesNotificationController.java
@@ -80,7 +80,7 @@ public class GoogleServicesNotificationController {
.setContentIntent(contentIntent)
.setContentTitle(title)
.setContentText(contentText)
- .setSmallIcon(R.drawable.ic_stat_notify)
+ .setSmallIcon(R.drawable.ic_chrome)
.setTicker(tickerText)
.setLocalOnly(true);

Powered by Google App Engine
This is Rietveld 408576698