| Index: content/browser/screen_orientation/screen_orientation_delegate_android.cc
 | 
| diff --git a/content/browser/screen_orientation/screen_orientation_delegate_android.cc b/content/browser/screen_orientation/screen_orientation_delegate_android.cc
 | 
| index 839b24c901bd7318beaa89283ee0d21c27697a39..a2b6977b5bd6fc2da0620a996c74da23bf36f473 100644
 | 
| --- a/content/browser/screen_orientation/screen_orientation_delegate_android.cc
 | 
| +++ b/content/browser/screen_orientation/screen_orientation_delegate_android.cc
 | 
| @@ -16,11 +16,6 @@ ScreenOrientationDelegateAndroid::~ScreenOrientationDelegateAndroid() {
 | 
|  }
 | 
|  
 | 
|  // static
 | 
| -bool ScreenOrientationDelegateAndroid::Register(JNIEnv* env) {
 | 
| -  return RegisterNativesImpl(env);
 | 
| -}
 | 
| -
 | 
| -// static
 | 
|  void ScreenOrientationDelegateAndroid::StartAccurateListening() {
 | 
|    Java_ScreenOrientationProvider_startAccurateListening(
 | 
|        base::android::AttachCurrentThread());
 | 
| 
 |