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

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

Issue 11552009: Add support for calculating the position of the top controls in the cc layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing CC_EXPORT...learn to run try jobs manually Created 7 years, 11 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/CommandLine.java
diff --git a/content/public/android/java/src/org/chromium/content/common/CommandLine.java b/content/public/android/java/src/org/chromium/content/common/CommandLine.java
index a84215f682edcaa391f23eb53ec1a4f8f52ed373..08ca81b0e314923bbd67d6c56d98c69d36548f1c 100644
--- a/content/public/android/java/src/org/chromium/content/common/CommandLine.java
+++ b/content/public/android/java/src/org/chromium/content/common/CommandLine.java
@@ -64,8 +64,9 @@ public abstract class CommandLine {
public static final String DEFAULT_TILE_WIDTH = "default-tile-width";
public static final String DEFAULT_TILE_HEIGHT = "default-tile-height";
- // Whether fullscreen should be disabled.
- public static final String DISABLE_FULLSCREEN = "disable-fullscreen";
+ // Whether to enable the auto-hiding top controls.
+ 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";
« no previous file with comments | « content/port/browser/render_widget_host_view_port.h ('k') | webkit/compositor_bindings/web_layer_tree_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698