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

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: Reenable previously crashing tests - now fixed Created 6 years, 3 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 | « Source/web/WebMediaPlayerClientImpl.cpp ('k') | public/platform/WebMediaPlayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLocalizedString.h
diff --git a/public/platform/WebLocalizedString.h b/public/platform/WebLocalizedString.h
index 93a8b8511cd80e56340d9355ca5078fe9ac37882..531713262ca3bc15b328e6dcb5e191fa0bea6a3e 100644
--- a/public/platform/WebLocalizedString.h
+++ b/public/platform/WebLocalizedString.h
@@ -51,6 +51,10 @@ struct WebLocalizedString {
AXListMarkerText, // Deprecated.
AXMediaAudioElement,
AXMediaAudioElementHelp,
+ AxMediaCastOffButton,
+ AxMediaCastOffButtonHelp,
+ AxMediaCastOnButton,
+ AxMediaCastOnButtonHelp,
AXMediaCurrentTimeDisplay,
AXMediaCurrentTimeDisplayHelp,
AXMediaDefault,
« no previous file with comments | « Source/web/WebMediaPlayerClientImpl.cpp ('k') | public/platform/WebMediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698