Index: services/device/screen_orientation/screen_orientation_listener_android.h |
diff --git a/services/device/screen_orientation/screen_orientation_listener_android.h b/services/device/screen_orientation/screen_orientation_listener_android.h |
index 4df873a4346c84d2d0bb6d304806add71267c218..307b9f6443f10df4d4abd300e5e6db300940e800 100644 |
--- a/services/device/screen_orientation/screen_orientation_listener_android.h |
+++ b/services/device/screen_orientation/screen_orientation_listener_android.h |
@@ -23,6 +23,8 @@ class ScreenOrientationListenerAndroid |
// mojom::ScreenOrientationListener: |
void Start() override; |
void Stop() override; |
+ void IsAutoRotateEnabledByUser( |
+ IsAutoRotateEnabledByUserCallback callback) override; |
int listeners_count_; |