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

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

Issue 11066087: Upstream BrowserChildProcessHostImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 2 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 1620c0f34c33c8f4142ada9a7665957e989600ca..db6f5e65969b4d88db24695fe66acc10d220c0cd 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
@@ -47,6 +47,10 @@ public abstract class CommandLine {
// Whether Chromium should use a mobile user agent.
public static final String USE_MOBILE_UA = "use-mobile-user-agent";
+ // tablet specific UI components.
+ // Native switch - chrome_switches::kTabletUI
+ public static final String TABLET_UI = "tablet-ui";
+
// Change the url of the JavaScript that gets injected when accessibility mode is enabled.
public static final String ACCESSIBILITY_JAVASCRIPT_URL = "accessibility-js-url";

Powered by Google App Engine
This is Rietveld 408576698