| Index: ash/display/screen_orientation_controller_chromeos.h
|
| diff --git a/ash/display/screen_orientation_controller_chromeos.h b/ash/display/screen_orientation_controller_chromeos.h
|
| index 1f1fcff30d44456d8d299619b35d38d7ba8f39bd..3b92826fd2f6bfcffd0035ff5fccecf256bf1981 100644
|
| --- a/ash/display/screen_orientation_controller_chromeos.h
|
| +++ b/ash/display/screen_orientation_controller_chromeos.h
|
| @@ -57,6 +57,9 @@ class ASH_EXPORT ScreenOrientationController
|
| blink::WebScreenOrientationLockType lock_orientation);
|
| void UnlockOrientationForWindow(aura::Window* window);
|
|
|
| + // Unlock all and set the rotation back to the user specified rotation.
|
| + void UnlockAll();
|
| +
|
| bool ScreenOrientationProviderSupported() const;
|
|
|
| bool ignore_display_configuration_updates() const {
|
|
|