| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index b6314d8faae84fc1187907c5cd7aa7f95015e751..ec2c76181a49737160efc3303d1445f549993675 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1540,7 +1540,11 @@ void ChromeContentBrowserClient::OverrideWebkitPrefs(
|
| } else {
|
| web_prefs->user_style_sheet_enabled = false;
|
| }
|
| -
|
| +
|
| + // TODO(rlp): crbug.com/144863 Forcing flag to off temporarily until flag
|
| + // is fixed.
|
| + CommandLine::ForCurrentProcess()->
|
| + AppendSwitch(switches::kDisableAsynchronousSpellChecking);
|
| web_prefs->asynchronous_spell_checking_enabled =
|
| #if defined(OS_MACOSX)
|
| // TODO(hbono): Bug 107371: Implement asynchronous spellchecking API for
|
|
|