Index: content/browser/media/media_web_contents_observer.h |
diff --git a/content/browser/media/media_web_contents_observer.h b/content/browser/media/media_web_contents_observer.h |
index a4ce3a657cb9aed4f2e26f4686f3ae28def2c600..3a2a0d3a5c3c8b8b8dc2c0d3de3c532eb58a4c05 100644 |
--- a/content/browser/media/media_web_contents_observer.h |
+++ b/content/browser/media/media_web_contents_observer.h |
@@ -57,6 +57,12 @@ class CONTENT_EXPORT MediaWebContentsObserver : public WebContentsObserver { |
void WasShown() override; |
void WasHidden() override; |
+ // TODO(zqzhang): this method is temporarily in MediaWebContentsObserver as |
+ // the effectively fullscreen video code is also here. We need to consider |
+ // merging the logic of effectively fullscreen, hiding media controls and |
+ // fullscreening video element to the same place. |
+ void RequestPersistentVideo(bool value); |
+ |
bool has_audio_power_save_blocker_for_testing() const { |
return !!audio_power_save_blocker_; |
} |