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

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: Rebased Created 6 years 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 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";

Powered by Google App Engine
This is Rietveld 408576698