| Index: chrome/android/java/src/org/chromium/chrome/browser/ApplicationInitialization.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ApplicationInitialization.java b/chrome/android/java/src/org/chromium/chrome/browser/ApplicationInitialization.java
|
| index 4af293d9d19a35e4a592f95090c6828770a5b40f..6f0472dc2c3970ccd6c0a53cab0ec1f56ceffa80 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ApplicationInitialization.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ApplicationInitialization.java
|
| @@ -37,12 +37,6 @@ public final class ApplicationInitialization {
|
|
|
| commandLine.appendSwitch(ContentSwitches.ENABLE_TOP_CONTROLS_POSITION_CALCULATION);
|
|
|
| - float controlsHeightDp =
|
| - resources.getDimensionPixelSize(resControlContainerHeight)
|
| - / resources.getDisplayMetrics().density;
|
| - commandLine.appendSwitchWithValue(
|
| - ContentSwitches.TOP_CONTROLS_HEIGHT, Float.toString(controlsHeightDp));
|
| -
|
| TypedValue threshold = new TypedValue();
|
| resources.getValue(R.floats.top_controls_show_threshold, threshold, true);
|
| commandLine.appendSwitchWithValue(
|
|
|