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"; |