| 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 44a854c510e328881b88702d40a0d2ba5550fa17..a671db7c3545b628a1257d664eb70ff96f73ff22 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
|
| @@ -41,10 +41,6 @@ public abstract class ContentSwitches {
|
| // Sets the ISO country code that will be used for phone number detection.
|
| public static final String NETWORK_COUNTRY_ISO = "network-country-iso";
|
|
|
| - // Whether to enable the auto-hiding top controls.
|
| - public static final String ENABLE_TOP_CONTROLS_POSITION_CALCULATION =
|
| - "enable-top-controls-position-calculation";
|
| -
|
| // How much of the top controls need to be shown before they will auto show.
|
| public static final String TOP_CONTROLS_SHOW_THRESHOLD = "top-controls-show-threshold";
|
|
|
|
|