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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 AXMediaMuteButton, 66 AXMediaMuteButton,
67 AXMediaMuteButtonHelp, 67 AXMediaMuteButtonHelp,
68 AXMediaOverflowButton, 68 AXMediaOverflowButton,
69 AXMediaOverflowButtonHelp, 69 AXMediaOverflowButtonHelp,
70 AXMediaPauseButton, 70 AXMediaPauseButton,
71 AXMediaPauseButtonHelp, 71 AXMediaPauseButtonHelp,
72 AXMediaPlayButton, 72 AXMediaPlayButton,
73 AXMediaPlayButtonHelp, 73 AXMediaPlayButtonHelp,
74 AXMediaShowClosedCaptionsButton, 74 AXMediaShowClosedCaptionsButton,
75 AXMediaShowClosedCaptionsButtonHelp, 75 AXMediaShowClosedCaptionsButtonHelp,
76 AXMediaRemotingCastIcon,
77 AXMediaRemotingCastIconHelp,
76 AXMediaSlider, // Deprecated. 78 AXMediaSlider, // Deprecated.
77 AXMediaSliderThumb, // Deprecated. 79 AXMediaSliderThumb, // Deprecated.
78 AXMediaSliderThumbHelp, // Deprecated. 80 AXMediaSliderThumbHelp, // Deprecated.
79 AXMediaStatusDisplay, 81 AXMediaStatusDisplay,
80 AXMediaStatusDisplayHelp, 82 AXMediaStatusDisplayHelp,
81 AXMediaTimeRemainingDisplay, 83 AXMediaTimeRemainingDisplay,
82 AXMediaTimeRemainingDisplayHelp, 84 AXMediaTimeRemainingDisplayHelp,
83 AXMediaUnMuteButton, 85 AXMediaUnMuteButton,
84 AXMediaUnMuteButtonHelp, 86 AXMediaUnMuteButtonHelp,
85 AXMediaVideoElement, 87 AXMediaVideoElement,
(...skipping 11 matching lines...) Expand all
97 CalendarToday, 99 CalendarToday,
98 DateFormatDayInMonthLabel, 100 DateFormatDayInMonthLabel,
99 DateFormatMonthLabel, 101 DateFormatMonthLabel,
100 DateFormatYearLabel, 102 DateFormatYearLabel,
101 DetailsLabel, 103 DetailsLabel,
102 DownloadButtonLabel, 104 DownloadButtonLabel,
103 FileButtonChooseFileLabel, 105 FileButtonChooseFileLabel,
104 FileButtonChooseMultipleFilesLabel, 106 FileButtonChooseMultipleFilesLabel,
105 FileButtonNoFileSelectedLabel, 107 FileButtonNoFileSelectedLabel,
106 InputElementAltText, 108 InputElementAltText,
109 MediaRemotingCastingVideoText,
110 MediaRemotingDisableText,
107 MissingPluginText, 111 MissingPluginText,
108 MultipleFileUploadText, 112 MultipleFileUploadText,
109 OtherColorLabel, 113 OtherColorLabel,
110 OtherDateLabel, 114 OtherDateLabel,
111 OtherMonthLabel, 115 OtherMonthLabel,
112 OtherTimeLabel, 116 OtherTimeLabel,
113 OtherWeekLabel, 117 OtherWeekLabel,
114 OverflowMenuCaptions, 118 OverflowMenuCaptions,
115 OverflowMenuCast, 119 OverflowMenuCast,
116 OverflowMenuEnterFullscreen, 120 OverflowMenuEnterFullscreen,
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 ValidationValueMissingForRadio, 178 ValidationValueMissingForRadio,
175 ValidationValueMissingForSelect, 179 ValidationValueMissingForSelect,
176 WeekFormatTemplate, 180 WeekFormatTemplate,
177 WeekNumberLabel, 181 WeekNumberLabel,
178 }; 182 };
179 }; 183 };
180 184
181 } // namespace blink 185 } // namespace blink
182 186
183 #endif 187 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698