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 bdb31b6dd651ca710af2789570bdda42228030af..e9c33cb0031cc51ec6a8f499b48e4cd5e5ccdf9a 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 |
@@ -54,6 +54,8 @@ public abstract class CommandLine { |
// Change the url of the JavaScript that gets injected when accessibility mode is enabled. |
public static final String ACCESSIBILITY_JAVASCRIPT_URL = "accessibility-js-url"; |
+ public static final String ACCESSIBILITY_DEBUG_BRAILLE_SERVICE = "debug-braille-service"; |
+ |
// Sets the ISO country code that will be used for phone number detection. |
public static final String NETWORK_COUNTRY_ISO = "network-country-iso"; |