| 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 a84215f682edcaa391f23eb53ec1a4f8f52ed373..08ca81b0e314923bbd67d6c56d98c69d36548f1c 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
|
| @@ -64,8 +64,9 @@ public abstract class CommandLine {
|
| public static final String DEFAULT_TILE_WIDTH = "default-tile-width";
|
| public static final String DEFAULT_TILE_HEIGHT = "default-tile-height";
|
|
|
| - // Whether fullscreen should be disabled.
|
| - public static final String DISABLE_FULLSCREEN = "disable-fullscreen";
|
| + // Whether to enable the auto-hiding top controls.
|
| + 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";
|
|
|