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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/media/ui/NotificationTitleUpdatedTest.java

Issue 2015433003: Implement MediaMetadata artwork in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed tests 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/javatests/src/org/chromium/chrome/browser/media/ui/NotificationTitleUpdatedTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/media/ui/NotificationTitleUpdatedTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/media/ui/NotificationTitleUpdatedTest.java
index 7d0b60ccf8ed39ca717761812230d8f7bc52a6ee..4f2f9a978a40dcdf733b0aa51cfba11a7cdd2961 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/media/ui/NotificationTitleUpdatedTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/media/ui/NotificationTitleUpdatedTest.java
@@ -200,8 +200,9 @@ public class NotificationTitleUpdatedTest extends ChromeActivityTestCaseBase<Chr
ObserverList.RewindableIterator<WebContentsObserver> observers =
tab.getWebContents().getObserversForTesting();
while (observers.hasNext()) {
+ // TODO(zqzhang): FIXME
observers.next().mediaSessionStateChanged(
- isControllable, isSuspended, metadata);
+ isControllable, isSuspended);
}
}
});

Powered by Google App Engine
This is Rietveld 408576698