Index: chrome/browser/profiles/off_the_record_profile_io_data.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
index 26dee4e549bb11d77a2186e62d1cfc556953a2da..77860eff76f0a84de1536796c45c15e6d1c6e176 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -138,6 +138,10 @@ void OffTheRecordProfileIOData::Handle::LazyInitialize() const { |
profile_->GetPrefs(), NULL); |
io_data_->safe_browsing_enabled()->MoveToThread(BrowserThread::IO); |
#endif |
+ io_data_->garbled_text_fix_enabled()->Init( |
+ prefs::kEnableAutoGarbledTextFix, profile_->GetPrefs(), NULL); |
+ io_data_->garbled_text_fix_enabled()->MoveToThread(BrowserThread::IO); |
+ |
initialized_ = true; |
} |
} |