Index: content/browser/screen_orientation/screen_orientation_provider_android.cc |
diff --git a/content/browser/screen_orientation/screen_orientation_provider_android.cc b/content/browser/screen_orientation/screen_orientation_provider_android.cc |
index b8723fe4234b2faf3f6889f692eb7258f4c9f415..f61756cff65f3059833df1628b7cdfdecbd866e5 100644 |
--- a/content/browser/screen_orientation/screen_orientation_provider_android.cc |
+++ b/content/browser/screen_orientation/screen_orientation_provider_android.cc |
@@ -205,6 +205,12 @@ ScreenOrientationProviderAndroid::GetNaturalLockType() const { |
} |
// static |
+void ScreenOrientationProviderAndroid::ToggleAccurateMode() { |
+ Java_ScreenOrientationProvider_toggleAccurateMode( |
+ base::android::AttachCurrentThread()); |
+} |
+ |
+// static |
ScreenOrientationProvider* ScreenOrientationProvider::Create( |
ScreenOrientationDispatcherHost* dispatcher, |
WebContents* web_contents) { |