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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabFromChromeExternalNavigationTest.java

Issue 2477513002: Fix Java weak reference nullification in MediaSessionAndroid (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | content/browser/media/session/media_session_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabFromChromeExternalNavigationTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabFromChromeExternalNavigationTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabFromChromeExternalNavigationTest.java
index 251b2dc78e78d05f46c70d3151da100cd6a9ecf4..ce1e7b35514200df6197016eeab7a349c6b4c54b 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabFromChromeExternalNavigationTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabFromChromeExternalNavigationTest.java
@@ -7,6 +7,7 @@ package org.chromium.chrome.browser.customtabs;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
+import android.test.suitebuilder.annotation.LargeTest;
import android.test.suitebuilder.annotation.MediumTest;
import android.util.Base64;
@@ -14,7 +15,6 @@ import org.chromium.base.ActivityState;
import org.chromium.base.ApplicationStatus;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags;
-import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.browser.ChromeSwitches;
import org.chromium.chrome.browser.customtabs.CustomTabDelegateFactory.CustomTabNavigationDelegate;
@@ -92,10 +92,8 @@ public class CustomTabFromChromeExternalNavigationTest extends CustomTabActivity
instanceof CustomTabNavigationDelegate);
}
- //@Feature("CustomTabFromChrome")
- //@LargeTest
- // Disabled due to flakiness on linux_android_rel_ng (crbug.com/661444).
- @DisabledTest
+ @Feature("CustomTabFromChrome")
+ @LargeTest
public void testIntentWithRedirectToApp() throws Exception {
final String redirectUrl = "https://maps.google.com/maps?q=1600+amphitheatre+parkway";
final String initialUrl = mTestServer.getURL(
« no previous file with comments | « no previous file | content/browser/media/session/media_session_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698