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