| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index b124c14d7bef8fbd1ced45a41bb5c842ec2bdb23..98fb04fa88bd19ba2e1c432a0613eb257d186083 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -923,6 +923,9 @@ const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection";
|
| // Enable IPC-based synchronous compositing. Used by Android WebView.
|
| const char kIPCSyncCompositing[] = "ipc-sync-compositing";
|
|
|
| +// 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";
|
|
|
|
|