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

Unified Diff: android_webview/browser/aw_content_browser_client.cc

Issue 2284583002: [Android] Add AndroidSpellChecker feature to allow for gradual rollout using finch. (Closed)
Patch Set: fix compile Created 4 years, 4 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/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_content_browser_client.cc
diff --git a/android_webview/browser/aw_content_browser_client.cc b/android_webview/browser/aw_content_browser_client.cc
index 97fe96de612e21deaef58b4de317dc97ef31b6ce..dbb8c83f694bc111308bfad9dce1430e14d6b4bb 100644
--- a/android_webview/browser/aw_content_browser_client.cc
+++ b/android_webview/browser/aw_content_browser_client.cc
@@ -225,10 +225,7 @@ void AwContentBrowserClient::RenderProcessWillLaunch(
host->AddFilter(new AwPrintingMessageFilter(host->GetID()));
#if defined(ENABLE_SPELLCHECK)
- if (base::CommandLine::ForCurrentProcess()->HasSwitch(
- spellcheck::switches::kEnableAndroidSpellChecker)) {
- host->AddFilter(new SpellCheckMessageFilterPlatform(host->GetID()));
- }
+ host->AddFilter(new SpellCheckMessageFilterPlatform(host->GetID()));
#endif
}
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698