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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 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
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 CalendarToday, 105 CalendarToday,
106 DateFormatDayInMonthLabel, 106 DateFormatDayInMonthLabel,
107 DateFormatMonthLabel, 107 DateFormatMonthLabel,
108 DateFormatYearLabel, 108 DateFormatYearLabel,
109 DetailsLabel, 109 DetailsLabel,
110 DownloadButtonLabel, 110 DownloadButtonLabel,
111 FileButtonChooseFileLabel, 111 FileButtonChooseFileLabel,
112 FileButtonChooseMultipleFilesLabel, 112 FileButtonChooseMultipleFilesLabel,
113 FileButtonNoFileSelectedLabel, 113 FileButtonNoFileSelectedLabel,
114 InputElementAltText, 114 InputElementAltText,
115 KeygenMenuHighGradeKeySize,
116 KeygenMenuMediumGradeKeySize,
117 MissingPluginText, 115 MissingPluginText,
118 MultipleFileUploadText, 116 MultipleFileUploadText,
119 OtherColorLabel, 117 OtherColorLabel,
120 OtherDateLabel, 118 OtherDateLabel,
121 OtherMonthLabel, 119 OtherMonthLabel,
122 OtherTimeLabel, 120 OtherTimeLabel,
123 OtherWeekLabel, 121 OtherWeekLabel,
124 OverflowMenuCaptions, 122 OverflowMenuCaptions,
125 OverflowMenuCast, 123 OverflowMenuCast,
126 OverflowMenuEnterFullscreen, 124 OverflowMenuEnterFullscreen,
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 ValidationValueMissingForRadio, 181 ValidationValueMissingForRadio,
184 ValidationValueMissingForSelect, 182 ValidationValueMissingForSelect,
185 WeekFormatTemplate, 183 WeekFormatTemplate,
186 WeekNumberLabel, 184 WeekNumberLabel,
187 }; 185 };
188 }; 186 };
189 187
190 } // namespace blink 188 } // namespace blink
191 189
192 #endif 190 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698