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

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

Issue 1780043002: Add download button to MediaDocument on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 9 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 AXWebAreaText, // Deprecated. 96 AXWebAreaText, // Deprecated.
97 AXWeekOfYearFieldText, 97 AXWeekOfYearFieldText,
98 AXYearFieldText, 98 AXYearFieldText,
99 BlockedPluginText, 99 BlockedPluginText,
100 CalendarClear, 100 CalendarClear,
101 CalendarToday, 101 CalendarToday,
102 DateFormatDayInMonthLabel, 102 DateFormatDayInMonthLabel,
103 DateFormatMonthLabel, 103 DateFormatMonthLabel,
104 DateFormatYearLabel, 104 DateFormatYearLabel,
105 DetailsLabel, 105 DetailsLabel,
106 DownloadButtonLabel,
106 FileButtonChooseFileLabel, 107 FileButtonChooseFileLabel,
107 FileButtonChooseMultipleFilesLabel, 108 FileButtonChooseMultipleFilesLabel,
108 FileButtonNoFileSelectedLabel, 109 FileButtonNoFileSelectedLabel,
109 InputElementAltText, 110 InputElementAltText,
110 KeygenMenuHighGradeKeySize, 111 KeygenMenuHighGradeKeySize,
111 KeygenMenuMediumGradeKeySize, 112 KeygenMenuMediumGradeKeySize,
112 MissingPluginText, 113 MissingPluginText,
113 MultipleFileUploadText, 114 MultipleFileUploadText,
114 OtherColorLabel, 115 OtherColorLabel,
115 OtherDateLabel, 116 OtherDateLabel,
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 ValidationValueMissingForRadio, 167 ValidationValueMissingForRadio,
167 ValidationValueMissingForSelect, 168 ValidationValueMissingForSelect,
168 WeekFormatTemplate, 169 WeekFormatTemplate,
169 WeekNumberLabel, 170 WeekNumberLabel,
170 }; 171 };
171 }; 172 };
172 173
173 } // namespace blink 174 } // namespace blink
174 175
175 #endif 176 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698