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

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: Rebase 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 1c4acedce5aa71dab5e7f379dbbb84ebe81eb4be..a9eeea82ee177db0f37e86436e17e23f5e253a5d 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
@@ -65,7 +65,8 @@ public abstract class CommandLine {
public static final String DEFAULT_TILE_HEIGHT = "default-tile-height";
// Whether fullscreen should be disabled.
- public static final String DISABLE_FULLSCREEN = "disable-fullscreen";
+ 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";
« cc/top_controls_manager.cc ('K') | « content/port/browser/render_widget_host_view_port.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698