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

Side by Side Diff: third_party/WebKit/public/platform/WebLocalizedString.h

Issue 2293273002: Add a download button to the media player (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media-controls
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/public/default_100_percent/blink/mediaplayer_download.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 OtherWeekLabel, 121 OtherWeekLabel,
122 OverflowMenuCaptions, 122 OverflowMenuCaptions,
123 OverflowMenuCast, 123 OverflowMenuCast,
124 OverflowMenuEnterFullscreen, 124 OverflowMenuEnterFullscreen,
125 OverflowMenuExitFullscreen, 125 OverflowMenuExitFullscreen,
126 OverflowMenuStopCast, 126 OverflowMenuStopCast,
127 OverflowMenuMute, 127 OverflowMenuMute,
128 OverflowMenuUnmute, 128 OverflowMenuUnmute,
129 OverflowMenuPlay, 129 OverflowMenuPlay,
130 OverflowMenuPause, 130 OverflowMenuPause,
131 OverflowMenuDownload,
131 // PlaceholderForDayOfMonthField is for day placeholder text, e.g. 132 // PlaceholderForDayOfMonthField is for day placeholder text, e.g.
132 // "dd", for date field used in multiple fields "date", "datetime", and 133 // "dd", for date field used in multiple fields "date", "datetime", and
133 // "datetime-local" input UI instead of "--". 134 // "datetime-local" input UI instead of "--".
134 PlaceholderForDayOfMonthField, 135 PlaceholderForDayOfMonthField,
135 // PlaceholderForfMonthField is for month placeholder text, e.g. 136 // PlaceholderForfMonthField is for month placeholder text, e.g.
136 // "mm", for month field used in multiple fields "date", "datetime", and 137 // "mm", for month field used in multiple fields "date", "datetime", and
137 // "datetime-local" input UI instead of "--". 138 // "datetime-local" input UI instead of "--".
138 PlaceholderForMonthField, 139 PlaceholderForMonthField,
139 // PlaceholderForYearField is for year placeholder text, e.g. "yyyy", 140 // PlaceholderForYearField is for year placeholder text, e.g. "yyyy",
140 // for year field used in multiple fields "date", "datetime", and 141 // for year field used in multiple fields "date", "datetime", and
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 ValidationValueMissingForRadio, 181 ValidationValueMissingForRadio,
181 ValidationValueMissingForSelect, 182 ValidationValueMissingForSelect,
182 WeekFormatTemplate, 183 WeekFormatTemplate,
183 WeekNumberLabel, 184 WeekNumberLabel,
184 }; 185 };
185 }; 186 };
186 187
187 } // namespace blink 188 } // namespace blink
188 189
189 #endif 190 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/default_100_percent/blink/mediaplayer_download.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698