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

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

Issue 13974007: Add a Java side command line switch that mirrors the native side switch for kEnableInstantExtendedA… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | 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 32ae2cdba00ec6f81e20ef867735942a63527252..83cb348a6a5375346e5f1dc1cd8f7faf15999f84 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
@@ -67,6 +67,9 @@ public abstract class CommandLine {
// How much of the top controls need to be hidden before they will auto hide.
public static final String TOP_CONTROLS_HIDE_THRESHOLD = "top-controls-hide-threshold";
+ // Native switch - chrome_switches::kEnableInstantExtendedAPI
+ public static final String ENABLE_INSTANT_EXTENDED_API = "enable-instant-extended-api";
+
// Public abstract interface, implemented in derived classes.
// All these methods reflect their native-side counterparts.
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698