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

Unified Diff: third_party/WebKit/public/platform/WebLocalizedString.h

Issue 2518183002: Moved action verbs out of Blink. (Closed)
Patch Set: Added missing braces. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebAXObject.cpp ('k') | third_party/WebKit/public/web/WebAXEnums.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebLocalizedString.h
diff --git a/third_party/WebKit/public/platform/WebLocalizedString.h b/third_party/WebKit/public/platform/WebLocalizedString.h
index 13ffbbc14d4e93d2550cf5abe41708ce7644069f..766bbdcda96ad6f50f78e2adbc4db400f5840a22 100644
--- a/third_party/WebKit/public/platform/WebLocalizedString.h
+++ b/third_party/WebKit/public/platform/WebLocalizedString.h
@@ -36,18 +36,14 @@ namespace blink {
struct WebLocalizedString {
enum Name {
AXAMPMFieldText,
- AXButtonActionVerb,
AXCalendarShowMonthSelector,
AXCalendarShowNextMonth,
AXCalendarShowPreviousMonth,
AXCalendarWeekDescription,
- AXCheckedCheckBoxActionVerb,
AXDayOfMonthFieldText,
- AXDefaultActionVerb,
AXHeadingText, // Deprecated.
AXHourFieldText,
AXImageMapText, // Deprecated.
- AXLinkActionVerb,
AXLinkText, // Deprecated.
AXListMarkerText, // Deprecated.
AXMediaAudioElement,
@@ -92,11 +88,7 @@ struct WebLocalizedString {
AXMillisecondFieldText,
AXMinuteFieldText,
AXMonthFieldText,
- AXPopUpButtonActionVerb,
- AXRadioButtonActionVerb,
AXSecondFieldText,
- AXTextFieldActionVerb,
- AXUncheckedCheckBoxActionVerb,
AXWebAreaText, // Deprecated.
AXWeekOfYearFieldText,
AXYearFieldText,
« no previous file with comments | « third_party/WebKit/Source/web/WebAXObject.cpp ('k') | third_party/WebKit/public/web/WebAXEnums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698