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

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, 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 AXWebAreaText, // Deprecated. 98 AXWebAreaText, // Deprecated.
99 AXWeekOfYearFieldText, 99 AXWeekOfYearFieldText,
100 AXYearFieldText, 100 AXYearFieldText,
101 BlockedPluginText, 101 BlockedPluginText,
102 CalendarClear, 102 CalendarClear,
103 CalendarToday, 103 CalendarToday,
104 DateFormatDayInMonthLabel, 104 DateFormatDayInMonthLabel,
105 DateFormatMonthLabel, 105 DateFormatMonthLabel,
106 DateFormatYearLabel, 106 DateFormatYearLabel,
107 DetailsLabel, 107 DetailsLabel,
108 DownloadButtonLabel,
108 FileButtonChooseFileLabel, 109 FileButtonChooseFileLabel,
109 FileButtonChooseMultipleFilesLabel, 110 FileButtonChooseMultipleFilesLabel,
110 FileButtonNoFileSelectedLabel, 111 FileButtonNoFileSelectedLabel,
111 InputElementAltText, 112 InputElementAltText,
112 KeygenMenuHighGradeKeySize, 113 KeygenMenuHighGradeKeySize,
113 KeygenMenuMediumGradeKeySize, 114 KeygenMenuMediumGradeKeySize,
114 MissingPluginText, 115 MissingPluginText,
115 MultipleFileUploadText, 116 MultipleFileUploadText,
116 OtherColorLabel, 117 OtherColorLabel,
117 OtherDateLabel, 118 OtherDateLabel,
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 ValidationValueMissingForRadio, 169 ValidationValueMissingForRadio,
169 ValidationValueMissingForSelect, 170 ValidationValueMissingForSelect,
170 WeekFormatTemplate, 171 WeekFormatTemplate,
171 WeekNumberLabel, 172 WeekNumberLabel,
172 }; 173 };
173 }; 174 };
174 175
175 } // namespace blink 176 } // namespace blink
176 177
177 #endif 178 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698