| Index: content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java b/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java
|
| index 7e809c0e27578f5fdbf9ebe9cdd67fe464869d66..4cd67865a4dea8d0546e81dccba009eb8867c70e 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java
|
| @@ -179,15 +179,6 @@ public class ScreenOrientationListener {
|
| }
|
|
|
| /**
|
| - * Creates a ScreenOrientationConfigurationListener backend regardless of
|
| - * the current SDK.
|
| - */
|
| - @VisibleForTesting
|
| - void injectConfigurationListenerBackendForTest() {
|
| - mBackend = new ScreenOrientationConfigurationListener();
|
| - }
|
| -
|
| - /**
|
| * Add |observer| in the ScreenOrientationListener observer list and
|
| * immediately call |onScreenOrientationChanged| on it with the current
|
| * orientation value.
|
|
|