Index: chrome/browser/profiles/profile_impl_io_data.cc |
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc |
index 3c10f6bfe40f89004568a351f1d046c0cae280ae..5587e71111fe14d80b3855ad0617d8561ec6ff15 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -238,6 +238,9 @@ void ProfileImplIOData::Handle::LazyInitialize() const { |
pref_service, NULL); |
io_data_->safe_browsing_enabled()->MoveToThread(BrowserThread::IO); |
#endif |
+ io_data_->garbled_text_fix_enabled()->Init( |
+ prefs::kEnableAutoGarbledTextFix, pref_service, NULL); |
+ io_data_->garbled_text_fix_enabled()->MoveToThread(BrowserThread::IO); |
initialized_ = true; |
} |
} |