| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index be393ae5584660f493534d0b4795260d80a4604d..5cc216edde53f163a0668ca01f6d74edaa4bbca7 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1144,6 +1144,10 @@ GeolocationPermissionContext* ProfileImpl::GetGeolocationPermissionContext() {
|
| return geolocation_permission_context_.get();
|
| }
|
|
|
| +bool ProfileImpl::GetSpeechCensorPref() {
|
| + return GetPrefs()->GetBoolean(prefs::kSpeechInputCensorResults);
|
| +}
|
| +
|
| UserStyleSheetWatcher* ProfileImpl::GetUserStyleSheetWatcher() {
|
| if (!user_style_sheet_watcher_.get()) {
|
| user_style_sheet_watcher_ = new UserStyleSheetWatcher(GetPath());
|
|
|