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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java

Issue 1216073013: Patch 1: Added a Chrome flag to enable Android spellchecker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-disabled the spellchecker for Android, will turn on when this switch is first used. Created 5 years, 5 months 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/common/chrome_switches.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
index 064c03b72a3ea1aaeee75d65d3295a72e2952a94..aab29fa53dc01545b63e49b9565dd645ec3afd6c 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
@@ -162,6 +162,12 @@ public abstract class ChromeSwitches {
*/
public static final String DISABLE_DOMAIN_RELIABILITY = "disable-domain-reliability";
+ /**
+ * Enable use of native Android spellchecker.
+ * Native switch - switches::kEnableAndroidSpellchecker
+ */
+ public static final String ENABLE_ANDROID_SPELLCHECKER = "enable-android-spellchecker";
+
// Prevent instantiation.
private ChromeSwitches() {}
}
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/common/chrome_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698