Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2154)

Unified Diff: ash/display/screen_orientation_controller_chromeos.h

Issue 2112013002: Allow arc app to lock screen orientation in TouchView/Tablet mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit test Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698