Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1015)

Unified Diff: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java

Issue 714003002: Allow changing top controls height (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added more invalidates when setting the height Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698