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

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

Issue 11568042: Some initial changes for manipulating the top controls positions on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments Created 8 years 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
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ZoomManager.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e9c33cb0031cc51ec6a8f499b48e4cd5e5ccdf9a..1c4acedce5aa71dab5e7f379dbbb84ebe81eb4be 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,6 +64,12 @@ 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";
+
+ // The height of the movable top controls.
+ public static final String TOP_CONTROLS_HEIGHT = "top-controls-height";
+
// Public abstract interface, implemented in derived classes.
// All these methods reflect their native-side counterparts.
/**
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ZoomManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698