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