| Index: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| index 899d48f072ced99e76a03463830e5941a44f99fe..9ecfbad9b457745f1e4c4eebfe2d4217f1e9b888 100644
|
| --- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| +++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| @@ -87,6 +87,10 @@ public abstract class ContentSwitches {
|
| // Native switch kDownloadProcess
|
| public static final String SWITCH_DOWNLOAD_PROCESS = "download";
|
|
|
| + // Enable CursorAnchorInfo API that is added in Android 5.0.
|
| + public static final String ENABLE_CURSOR_ANCHOR_INFO =
|
| + "enable-cursor-anchor-info";
|
| +
|
| // Prevent instantiation.
|
| private ContentSwitches() {}
|
|
|
|
|