| 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 8812a278b7555ea139b0ab17e563ce88ff4bc1da..177df0438cf20d7d608f0536d59d93894d0a71ff 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -421,6 +421,10 @@ GeolocationPermissionContext*
|
| return profile_->GetGeolocationPermissionContext();
|
| }
|
|
|
| +SpeechInputPreferences* OffTheRecordProfileImpl::GetSpeechInputPreferences() {
|
| + return profile_->GetSpeechInputPreferences();
|
| +}
|
| +
|
| UserStyleSheetWatcher* OffTheRecordProfileImpl::GetUserStyleSheetWatcher() {
|
| return profile_->GetUserStyleSheetWatcher();
|
| }
|
|
|