| 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 ed9cfacd36a4c908891f84397f23108b6c65cb78..81deb3fac0e151eecf0ef2c519788192ef709842 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
|
| @@ -49,9 +49,6 @@ public abstract class ContentSwitches {
|
| public static final String ENABLE_TOP_CONTROLS_POSITION_CALCULATION =
|
| "enable-top-controls-position-calculation";
|
|
|
| - // The height of the movable top controls.
|
| - public static final String TOP_CONTROLS_HEIGHT = "top-controls-height";
|
| -
|
| // 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";
|
|
|
|
|