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

Unified Diff: android_webview/browser/aw_content_browser_client.cc

Issue 2317043002: [Android] Add AndroidSpellChecker feature to allow for gradual rollout using finch. (Closed)
Patch Set: Created 4 years, 3 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 d851663f3ad68d856d02de297af7026bef86a4d7..122c007d3a1409fd5bb57ef3a4e5821f36e0a79b 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