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

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

Issue 11365055: Initial braille support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up gyp, add android OS condition Created 8 years 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 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";

Powered by Google App Engine
This is Rietveld 408576698