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

Unified Diff: services/device/screen_orientation/screen_orientation_listener_android.h

Issue 2890423003: [Media controls] Integrate rotate-to-fullscreen with orientation lock (Closed)
Patch Set: #undef atan2,fmod Created 3 years, 7 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698