| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index f9b5801177ce6e5ce67172934ce1a224e3b09237..ac9303806fea3a3e01ef7e6ed900e4a1f279c1fe 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -935,6 +935,9 @@ const char kDisableScreenOrientationLock[] = "disable-screen-orientation-lock";
|
| // WebRTC is enabled by default on Android.
|
| const char kDisableWebRTC[] = "disable-webrtc";
|
|
|
| +// Enable CursorAnchorInfo API that is added in Android 5.0.
|
| +const char kEnableCursorAnchorInfo[] = "enable-cursor-anchor-info";
|
| +
|
| // The telephony region (ISO country code) to use in phone number detection.
|
| const char kNetworkCountryIso[] = "network-country-iso";
|
|
|
|
|