| 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..295dbe641e490962d9c71f1baf61e05c914894af 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();
|
| }
|
|
|
| +SpeechInputPreferences* OffTheRecordProfileImpl::GetSpeechInputPreferences() {
|
| + return profile_->GetSpeechInputPreferences();
|
| +}
|
| +
|
| UserStyleSheetWatcher* OffTheRecordProfileImpl::GetUserStyleSheetWatcher() {
|
| return profile_->GetUserStyleSheetWatcher();
|
| }
|
|
|