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

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

Issue 2847523002: Android: Remove GetApplicationContext part 4 (Closed)
Patch Set: Rebase and fix build Created 3 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/VideoFullscreenOrientationLockChromeTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/VideoFullscreenOrientationLockChromeTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/VideoFullscreenOrientationLockChromeTest.java
index cb9d2a81bda8c84a0946427b1e0193cbddc25fa6..063d20e355595e9f895b2b3f30c0bdb8e831a93a 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/VideoFullscreenOrientationLockChromeTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/VideoFullscreenOrientationLockChromeTest.java
@@ -117,7 +117,7 @@ public class VideoFullscreenOrientationLockChromeTest {
@Feature({"VideoFullscreenOrientationLock"})
@RetryOnFailure // The final waitForContentsFullscreenState(false) is flaky - crbug.com/711005.
public void testUnlockWithDownloadViewerActivity() throws Exception {
- if (DeviceFormFactor.isTablet(InstrumentationRegistry.getInstrumentation().getContext())) {
+ if (DeviceFormFactor.isTablet()) {
return;
}

Powered by Google App Engine
This is Rietveld 408576698