Chromium Code Reviews| Index: chrome/browser/profiles/off_the_record_profile_impl.cc |
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc |
| index 49abd4df376c12cdb14d1dcf0e9c6c76557d9010..4b8fc213d01bd668064d1bb5de331233f787802d 100644 |
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
| @@ -425,6 +425,10 @@ GeolocationPermissionContext* |
| return profile_->GetGeolocationPermissionContext(); |
| } |
| +bool OffTheRecordProfileImpl::GetSpeechCensorPref() { |
| + return profile_->GetPrefs()->GetBoolean(prefs::kSpeechInputCensorResults); |
|
Satish
2011/09/23 09:44:57
perhaps simpler to do profile_->GetSpeechCensorPre
allanwoj
2011/09/23 14:12:44
Done.
|
| +} |
| + |
| UserStyleSheetWatcher* OffTheRecordProfileImpl::GetUserStyleSheetWatcher() { |
| return profile_->GetUserStyleSheetWatcher(); |
| } |