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. |
/** |