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

Unified Diff: third_party/WebKit/public/platform/WebLocalizedString.h

Issue 2767823002: Media Remoting: Add interstitial elements to media element shadow dom. (Closed)
Patch Set: Modified disable button. Added cast icon and message. Created 3 years, 9 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: third_party/WebKit/public/platform/WebLocalizedString.h
diff --git a/third_party/WebKit/public/platform/WebLocalizedString.h b/third_party/WebKit/public/platform/WebLocalizedString.h
index c7745a12472a4cdcf7b57dae03fb53192dd29eee..a47f02b714b97db3cf0e02a699d4f60a223a81ab 100644
--- a/third_party/WebKit/public/platform/WebLocalizedString.h
+++ b/third_party/WebKit/public/platform/WebLocalizedString.h
@@ -73,6 +73,8 @@ struct WebLocalizedString {
AXMediaPlayButtonHelp,
AXMediaShowClosedCaptionsButton,
AXMediaShowClosedCaptionsButtonHelp,
+ AXMediaRemotingCastIcon,
+ AXMediaRemotingCastIconHelp,
AXMediaSlider, // Deprecated.
AXMediaSliderThumb, // Deprecated.
AXMediaSliderThumbHelp, // Deprecated.
@@ -104,6 +106,8 @@ struct WebLocalizedString {
FileButtonChooseMultipleFilesLabel,
FileButtonNoFileSelectedLabel,
InputElementAltText,
+ MediaRemotingCastingVideoText,
+ MediaRemotingDisableText,
MissingPluginText,
MultipleFileUploadText,
OtherColorLabel,

Powered by Google App Engine
This is Rietveld 408576698