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

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

Issue 750783002: remove AXMediaSliderHelp(Unused). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « no previous file | 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 AXMediaHideClosedCaptionsButtonHelp, 68 AXMediaHideClosedCaptionsButtonHelp,
69 AXMediaMuteButton, 69 AXMediaMuteButton,
70 AXMediaMuteButtonHelp, 70 AXMediaMuteButtonHelp,
71 AXMediaPauseButton, 71 AXMediaPauseButton,
72 AXMediaPauseButtonHelp, 72 AXMediaPauseButtonHelp,
73 AXMediaPlayButton, 73 AXMediaPlayButton,
74 AXMediaPlayButtonHelp, 74 AXMediaPlayButtonHelp,
75 AXMediaShowClosedCaptionsButton, 75 AXMediaShowClosedCaptionsButton,
76 AXMediaShowClosedCaptionsButtonHelp, 76 AXMediaShowClosedCaptionsButtonHelp,
77 AXMediaSlider, // Deprecated. 77 AXMediaSlider, // Deprecated.
78 AXMediaSliderHelp,
79 AXMediaSliderThumb, // Deprecated. 78 AXMediaSliderThumb, // Deprecated.
80 AXMediaSliderThumbHelp, // Deprecated. 79 AXMediaSliderThumbHelp, // Deprecated.
81 AXMediaStatusDisplay, 80 AXMediaStatusDisplay,
82 AXMediaStatusDisplayHelp, 81 AXMediaStatusDisplayHelp,
83 AXMediaTimeRemainingDisplay, 82 AXMediaTimeRemainingDisplay,
84 AXMediaTimeRemainingDisplayHelp, 83 AXMediaTimeRemainingDisplayHelp,
85 AXMediaUnMuteButton, 84 AXMediaUnMuteButton,
86 AXMediaUnMuteButtonHelp, 85 AXMediaUnMuteButtonHelp,
87 AXMediaVideoElement, 86 AXMediaVideoElement,
88 AXMediaVideoElementHelp, 87 AXMediaVideoElementHelp,
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 ValidationValueMissingForRadio, 166 ValidationValueMissingForRadio,
168 ValidationValueMissingForSelect, 167 ValidationValueMissingForSelect,
169 WeekFormatTemplate, 168 WeekFormatTemplate,
170 WeekNumberLabel, 169 WeekNumberLabel,
171 }; 170 };
172 }; 171 };
173 172
174 } // namespace blink 173 } // namespace blink
175 174
176 #endif 175 #endif
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698