summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserSwitches.java
diff options
context:
space:
mode:
authorVivek Sekhar <vsekhar@codeaurora.org>2015-07-21 15:01:45 -0700
committerjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 13:15:46 +0200
commitd4de616426180df2f0607c964260e22d0bb74d19 (patch)
tree85da6f91a2289ad126a870dde8df3be4d4a6bceb /src/com/android/browser/BrowserSwitches.java
parentf210f91d773da892cb4d4a53467a41a06301d237 (diff)
downloadandroid_packages_apps_Gello-d4de616426180df2f0607c964260e22d0bb74d19.tar.gz
android_packages_apps_Gello-d4de616426180df2f0607c964260e22d0bb74d19.tar.bz2
android_packages_apps_Gello-d4de616426180df2f0607c964260e22d0bb74d19.zip
Titlebar cleanup
- Removed timer based Titlebar animation - Always show Titlebar when keyboard is up - Block webpage scroll when Titlebar is focused - Added command line switch to disable top controls - Fix rendering issue seen when user exits fullscreen video Change-Id: I9d0afe7be907522b3678746c04049c2904118a4b
Diffstat (limited to 'src/com/android/browser/BrowserSwitches.java')
-rw-r--r--src/com/android/browser/BrowserSwitches.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/browser/BrowserSwitches.java b/src/com/android/browser/BrowserSwitches.java
index 137b2599..1a9767e4 100644
--- a/src/com/android/browser/BrowserSwitches.java
+++ b/src/com/android/browser/BrowserSwitches.java
@@ -50,7 +50,7 @@ public class BrowserSwitches {
public static final String ENABLE_SWE = "enabled-swe";
- public static final String ENABLE_TOP_CONTROLS = "enable-top-controls-position-calculation";
+ public static final String DISABLE_TOP_CONTROLS = "disable-top-controls";
public static final String TOP_CONTROLS_HIDE_THRESHOLD = "top-controls-hide-threshold";
@@ -68,4 +68,4 @@ public class BrowserSwitches {
public static final String AUTO_UPDATE_SERVER_CMD = "auto-update-server";
-} \ No newline at end of file
+}