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

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

Issue 2767823002: Media Remoting: Add interstitial elements to media element shadow dom. (Closed)
Patch Set: Addressed mlamouri's comments. Created 3 years, 8 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..fb07125880783ed3551ebb991d0aea28a4e4ff36 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,7 @@ struct WebLocalizedString {
FileButtonChooseMultipleFilesLabel,
FileButtonNoFileSelectedLabel,
InputElementAltText,
+ MediaRemotingDisableText,
MissingPluginText,
MultipleFileUploadText,
OtherColorLabel,

Powered by Google App Engine
This is Rietveld 408576698