Index: content/browser/screen_orientation/screen_orientation_delegate_android.h |
diff --git a/content/browser/screen_orientation/screen_orientation_delegate_android.h b/content/browser/screen_orientation/screen_orientation_delegate_android.h |
index 36886ddc327345885abc599301b66de791a131a7..3243d44ea5f4df81eddcecc4139f14b6672123d7 100644 |
--- a/content/browser/screen_orientation/screen_orientation_delegate_android.h |
+++ b/content/browser/screen_orientation/screen_orientation_delegate_android.h |
@@ -22,8 +22,6 @@ class ScreenOrientationDelegateAndroid : public ScreenOrientationDelegate { |
ScreenOrientationDelegateAndroid(); |
~ScreenOrientationDelegateAndroid() override; |
- static bool Register(JNIEnv* env); |
- |
// Ask the ScreenOrientationListener (Java) to start accurately listening to |
// the screen orientation. It keep track of the number of start request if it |
// is already running an accurate listening. |