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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java

Issue 275813004: android: Unset the DelegatedResourceCollection before LoseAllResources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android-ack: enabletest Created 6 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_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/infobar/InfoBarTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
index 0867fa25a62fab1ce3036d2c0383382a81ea2ab8..f47ff050611851678f954e23b527a38adcfac227 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
@@ -9,7 +9,6 @@ import static org.chromium.base.test.util.ScalableTimeout.scaleTimeout;
import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.Smoke;
-import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.UrlUtils;
import org.chromium.chrome.shell.ChromeShellTestBase;
@@ -51,12 +50,9 @@ public class InfoBarTest extends ChromeShellTestBase {
* Verify PopUp InfoBar. Only basic triggering verified due to lack of tabs
* in ChromeShell
*/
- /*
@Smoke
@MediumTest
@Feature({"Browser", "Main"})
- */
- @DisabledTest
public void testInfoBarForPopUp() throws InterruptedException {
loadUrlWithSanitization(TestHttpServerClient.getUrl(POPUP_PAGE));
assertTrue("InfoBar not added", mListener.addInfoBarAnimationFinished());
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698