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

Unified Diff: content/common/media/media_player_messages_android.h

Issue 1156273006: Remove unused code calling WebMediaPlayerClient::requestFullscreen() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: content/common/media/media_player_messages_android.h
diff --git a/content/common/media/media_player_messages_android.h b/content/common/media/media_player_messages_android.h
index 8cdf70305322684fbcfa0bbb4fc6424ea138dad8..210d3817e6e56854f447847f98851ea3a5769c3b 100644
--- a/content/common/media/media_player_messages_android.h
+++ b/content/common/media/media_player_messages_android.h
@@ -206,10 +206,6 @@ IPC_MESSAGE_ROUTED2(MediaPlayerMsg_RemoteRouteAvailabilityChanged,
int /* player_id */,
bool /* routes_available */)
-// Instructs the video element to enter fullscreen.
-IPC_MESSAGE_ROUTED1(MediaPlayerMsg_RequestFullscreen,
- int /*player_id */)
-
// Messages for controlling the media playback in browser process ----------
// Destroy the media player object.

Powered by Google App Engine
This is Rietveld 408576698