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

Unified Diff: cc/base/switches.cc

Issue 714003002: Allow changing top controls height (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some more fixes 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: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index 27e63b50032e3c0aa5b04dc5f35578c27d6f9872..d34821e0fac6bf348af5fd66c7d282d33b484a1e 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -27,9 +27,6 @@ const char kEnableMainFrameBeforeActivation[] =
const char kEnableTopControlsPositionCalculation[] =
"enable-top-controls-position-calculation";
-// The height of the movable top controls.
-const char kTopControlsHeight[] = "top-controls-height";
-
// Percentage of the top controls need to be hidden before they will auto hide.
const char kTopControlsHideThreshold[] = "top-controls-hide-threshold";

Powered by Google App Engine
This is Rietveld 408576698