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

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: Fix existing tests 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..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_;

Powered by Google App Engine
This is Rietveld 408576698