| 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..db0d0ad62e7bb3ef6b8e7104f12350e09488dd25 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(
|
| + const IsAutoRotateEnabledByUserCallback& callback) override;
|
|
|
| int listeners_count_;
|
|
|
|
|