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

Unified Diff: third_party/WebKit/Source/core/css/mediaControlsAndroid.css

Issue 2898553002: [Media,Remoting] Remove the disable remoting button on Android (Closed)
Patch Set: Removed the style check for event listeners 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/mediaControlsAndroid.css
diff --git a/third_party/WebKit/Source/core/css/mediaControlsAndroid.css b/third_party/WebKit/Source/core/css/mediaControlsAndroid.css
index 5efa1b6f3d73b6c5771245f46c7ae8d94fd43d4e..010f7ced62aa7e669b7fc388924035fbcf233664 100644
--- a/third_party/WebKit/Source/core/css/mediaControlsAndroid.css
+++ b/third_party/WebKit/Source/core/css/mediaControlsAndroid.css
@@ -75,3 +75,8 @@ video::-webkit-media-controls-toggle-closed-captions-button {
width: 48px;
height: 48px;
}
+
+video::-internal-media-remoting-disable-button {
+ /* The button is not used on Android. */
+ display: none;
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698