Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 5973fc038ace93edd1e91d3625c99e68b5770d58..998d63168631807b67d64e11ec5dc504ce288478 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -928,6 +928,10 @@ const char kNetworkCountryIso[] = "network-country-iso"; |
// Enables remote debug over HTTP on the specified socket name. |
const char kRemoteDebuggingSocketName[] = "remote-debugging-socket-name"; |
+ |
+// Java-only switch: ContentSwitches.ENABLE_ACCESSIBILITY_SCRIPT_INJECTION. |
+const char kEnableAccessibilityScriptInjection[] = |
+ "enable-accessibility-script-injection"; |
#endif |
// Disable web audio API. |