| 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 5587447b719dc0089b88ba61b56e617ecb1885cf..ac3e1351e463eafcb61b572402bc0b45c503f7f1 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
|
| @@ -36,9 +36,6 @@ public abstract class ContentSwitches {
|
| // How much of the browser controls need to be hidden before they will auto hide.
|
| public static final String TOP_CONTROLS_HIDE_THRESHOLD = "top-controls-hide-threshold";
|
|
|
| - // Native switch - chrome_switches::kEnableInstantExtendedAPI
|
| - public static final String ENABLE_INSTANT_EXTENDED_API = "enable-instant-extended-api";
|
| -
|
| // Native switch - shell_switches::kRunLayoutTest
|
| public static final String RUN_LAYOUT_TEST = "run-layout-test";
|
|
|
|
|