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

Unified Diff: public/platform/WebLocalizedString.h

Issue 291163004: Implement media cast buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tidy up button name Created 6 years, 4 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: public/platform/WebLocalizedString.h
diff --git a/public/platform/WebLocalizedString.h b/public/platform/WebLocalizedString.h
index da679e18e16313837b3e11bfbe625e248a345540..0eb9263b133c36e031b206bb757d13c30f55598a 100644
--- a/public/platform/WebLocalizedString.h
+++ b/public/platform/WebLocalizedString.h
@@ -48,6 +48,10 @@ struct WebLocalizedString {
AXListMarkerText, // Deprecated.
AXMediaAudioElement,
AXMediaAudioElementHelp,
+ AxMediaCastOffButton,
+ AxMediaCastOffButtonHelp,
+ AxMediaCastOnButton,
+ AxMediaCastOnButtonHelp,
AXMediaCurrentTimeDisplay,
AXMediaCurrentTimeDisplayHelp,
AXMediaDefault,

Powered by Google App Engine
This is Rietveld 408576698