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

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

Issue 961023002: (Reland) Always create top controls manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing bad patch (Patches since "rebase" were from wrong branch) Created 5 years, 9 months 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 44a854c510e328881b88702d40a0d2ba5550fa17..a671db7c3545b628a1257d664eb70ff96f73ff22 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
@@ -41,10 +41,6 @@ public abstract class ContentSwitches {
// Sets the ISO country code that will be used for phone number detection.
public static final String NETWORK_COUNTRY_ISO = "network-country-iso";
- // Whether to enable the auto-hiding top controls.
- public static final String ENABLE_TOP_CONTROLS_POSITION_CALCULATION =
- "enable-top-controls-position-calculation";
-
// 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";
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698