| 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 5145b4f709d8ddea13f45549816bd53b71795a9b..64eb6edc255d2f1bc8965a024f29a855c5bca6f4 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
|
| @@ -45,9 +45,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";
|
|
|
|
|