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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java

Issue 1978833002: [Media, UI] New default large icon in MediaNotification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use 0 as invalid resource id Created 4 years, 7 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/media/remote/CastNotificationControl.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java b/chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java
index ad8daf7ce3d1b3009290b432864a743c203e2c9b..0eb4dfb884af4c07d93768658587f9359dfe3ca1 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java
@@ -109,6 +109,7 @@ public class CastNotificationControl implements MediaRouteController.UiListener,
.setIcon(R.drawable.ic_notification_media_route)
.setContentIntent(contentIntent)
.setLargeIcon(mMediaRouteController.getPoster())
+ .setDefaultLargeIcon(R.drawable.cast_playing_square)
.setId(R.id.remote_notification)
.setListener(this);
mState = initialState;

Powered by Google App Engine
This is Rietveld 408576698