Commit 471f90a3 authored by cramya@chromium.org's avatar cramya@chromium.org

Add a Java side command line switch that mirrors the native side switch for...

Add a Java side command line switch that mirrors the native side switch for kEnableInstantExtendedAPI

This helps to enable or disable QIB for RTL from Java side for Android.

BUG=233237

Review URL: https://chromiumcodereview.appspot.com/13974007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195122 0039d316-1c4b-4281-b951-d872f2087c98
parent 324cddef
...@@ -67,6 +67,9 @@ public abstract class CommandLine { ...@@ -67,6 +67,9 @@ public abstract class CommandLine {
// How much of the top controls need to be hidden before they will auto hide. // 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"; 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. // Public abstract interface, implemented in derived classes.
// All these methods reflect their native-side counterparts. // All these methods reflect their native-side counterparts.
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment