| Index: content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationIntegrationTest.java
|
| diff --git a/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationIntegrationTest.java b/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationIntegrationTest.java
|
| index 25daf4b7f4d9d3ce74eb6ff3d44455c664fa1f0d..2b5ee2a9e039c1d19cf9f42527242381bae032ec 100644
|
| --- a/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationIntegrationTest.java
|
| +++ b/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationIntegrationTest.java
|
| @@ -9,7 +9,6 @@ import android.test.suitebuilder.annotation.SmallTest;
|
| import org.chromium.base.test.util.Feature;
|
| import org.chromium.base.test.util.UrlUtils;
|
| import org.chromium.content.browser.test.util.JavaScriptUtils;
|
| -import org.chromium.content.browser.test.util.TestCallbackHelperContainer;
|
| import org.chromium.content_shell_apk.ContentShellActivity;
|
| import org.chromium.content_shell_apk.ContentShellTestBase;
|
|
|
| @@ -35,7 +34,6 @@ public class ScreenOrientationIntegrationTest extends ContentShellTestBase {
|
| return Integer.parseInt(
|
| JavaScriptUtils.executeJavaScriptAndWaitForResult(
|
| mContentView.getContentViewCore(),
|
| - new TestCallbackHelperContainer(mContentView),
|
| "window.orientation"));
|
| }
|
|
|
| @@ -48,7 +46,6 @@ public class ScreenOrientationIntegrationTest extends ContentShellTestBase {
|
| return Integer.parseInt(
|
| JavaScriptUtils.executeJavaScriptAndWaitForResult(
|
| mContentView.getContentViewCore(),
|
| - new TestCallbackHelperContainer(mContentView),
|
| "changes"));
|
| }
|
|
|
|
|