| Index: content/public/android/java/src/org/chromium/content/common/CommandLine.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/common/CommandLine.java b/content/public/android/java/src/org/chromium/content/common/CommandLine.java
|
| index ceb1d55fc5065ab191e9aa5432305d3b1ea0d4b7..179fd4ec7fc6a496e50107b794068442ed819fbc 100644
|
| --- a/content/public/android/java/src/org/chromium/content/common/CommandLine.java
|
| +++ b/content/public/android/java/src/org/chromium/content/common/CommandLine.java
|
| @@ -66,6 +66,12 @@ public abstract class CommandLine {
|
| // 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";
|
| +
|
| + // How much of the top controls need to be hidden before they will auto hide.
|
| + public static final String TOP_CONTROLS_HIDE_THRESHOLD = "top-controls-hide-threshold";
|
| +
|
| // Public abstract interface, implemented in derived classes.
|
| // All these methods reflect their native-side counterparts.
|
| /**
|
|
|