Chromium Code Reviews| 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 92baecbcb4aad0076dbf0479d6627b576d0aaf69..c4c7bdf41433b7000f1c823a8d941b9d858b24db 100644 |
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java |
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java |
| @@ -126,12 +126,6 @@ public abstract class ChromeSwitches { |
| public static final String DISABLE_DOMAIN_RELIABILITY = "disable-domain-reliability"; |
| /** |
| - * Enable use of Android's built-in spellchecker. |
| - * Native switch - switches::kEnableAndroidSpellChecker |
| - */ |
| - public static final String ENABLE_ANDROID_SPELLCHECKER = "enable-android-spellchecker"; |
|
groby-ooo-7-16
2016/09/15 20:19:26
I just opened the review and thought "Huh - they s
timvolodine
2016/09/16 15:58:45
haha you mean I talked to myself.. yes there were
|
| - |
| - /** |
| * Specifies Android phone page loading progress bar animation. |
| * Native switch - switches::kProgressBarAnimation |
| */ |