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

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

Issue 2767823002: Media Remoting: Add interstitial elements to media element shadow dom. (Closed)
Patch Set: Updated with new UX design. 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 25cbf453f0aa265735d833654897ef30171bf672..283a4b20b0cef532477aab67b697c98329b2b7c5 100644
--- a/third_party/WebKit/public/platform/WebLocalizedString.h
+++ b/third_party/WebKit/public/platform/WebLocalizedString.h
@@ -73,6 +73,7 @@ struct WebLocalizedString {
kAXMediaPlayButtonHelp,
kAXMediaShowClosedCaptionsButton,
kAXMediaShowClosedCaptionsButtonHelp,
+ kAXMediaRemotingCastIcon,
kAXMediaSlider, // Deprecated.
kAXMediaSliderThumb, // Deprecated.
kAXMediaSliderThumbHelp, // Deprecated.
@@ -104,6 +105,8 @@ struct WebLocalizedString {
kFileButtonChooseMultipleFilesLabel,
kFileButtonNoFileSelectedLabel,
kInputElementAltText,
+ kMediaRemotingDisableText,
+ kMediaRemotingCastText,
kMissingPluginText,
kMultipleFileUploadText,
kOtherColorLabel,

Powered by Google App Engine
This is Rietveld 408576698