| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index 1595d141e164ee84fabdb571c2346118f21a5e57..4d96c8f2ccd10c760830875c6e746a3668d60128 100644
|
| --- a/public/web/WebAXObject.h
|
| +++ b/public/web/WebAXObject.h
|
| @@ -71,13 +71,6 @@ public:
|
| // isDetached also checks for null, so it's safe to just call isDetached.
|
| BLINK_EXPORT bool isDetached() const;
|
|
|
| - // Static methods for enabling accessibility.
|
| - BLINK_EXPORT static void enableAccessibility();
|
| - BLINK_EXPORT static bool accessibilityEnabled();
|
| -
|
| - // Temporary: this flag will only be toggleable until Chromium has it on by default.
|
| - BLINK_EXPORT static void enableInlineTextBoxAccessibility();
|
| -
|
| BLINK_EXPORT int axID() const;
|
|
|
| // Update layout on the underlying tree, and return true if this object is
|
|
|