| Index: ui/base/ui_base_switches_util.h
|
| diff --git a/ui/base/ui_base_switches_util.h b/ui/base/ui_base_switches_util.h
|
| index 213aed6008767ecfd014bad00cc8b466b9021e53..f33432cbfd0c156c4bbf54008d97b3891a3090a1 100644
|
| --- a/ui/base/ui_base_switches_util.h
|
| +++ b/ui/base/ui_base_switches_util.h
|
| @@ -15,6 +15,10 @@ UI_BASE_EXPORT bool IsTouchDragDropEnabled();
|
| UI_BASE_EXPORT bool IsTouchEditingEnabled();
|
| UI_BASE_EXPORT bool IsTouchFeedbackEnabled();
|
|
|
| +#if defined(OS_ANDROID)
|
| +UI_BASE_EXPORT bool IsCursorAnchorInfoEnabled();
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|
| #endif // UI_BASE_UI_BASE_SWITCHES_UTIL_H_
|
|
|