| 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 c6d3293c4e0718a1914f188755d66feae761f2f2..5587447b719dc0089b88ba61b56e617ecb1885cf 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
|
| @@ -77,6 +77,9 @@ public abstract class ContentSwitches {
|
| // Native switch kGPUProcess
|
| public static final String SWITCH_GPU_PROCESS = "gpu-process";
|
|
|
| + // Enable content intent detection in the renderer
|
| + public static final String ENABLE_CONTENT_INTENT_DETECTION = "enable-content-intent-detection";
|
| +
|
| // Prevent instantiation.
|
| private ContentSwitches() {}
|
|
|
|
|