| 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);
|
|
|
|
|