Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2032)

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.cc

Issue 9568002: Renamed speech input implementation from to speech_recognition_*. The namespace has been renamed fr… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased from master. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.h ('k') | chrome/browser/profiles/profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 480eb1b43293d48d0360cc1db2ecdeb99bc66715..5323f90db3e552a4ad10053ee3f969994eba4804 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -362,9 +362,9 @@ content::GeolocationPermissionContext*
return profile_->GetGeolocationPermissionContext();
}
-content::SpeechInputPreferences*
- OffTheRecordProfileImpl::GetSpeechInputPreferences() {
- return profile_->GetSpeechInputPreferences();
+content::SpeechRecognitionPreferences*
+ OffTheRecordProfileImpl::GetSpeechRecognitionPreferences() {
+ return profile_->GetSpeechRecognitionPreferences();
}
UserStyleSheetWatcher* OffTheRecordProfileImpl::GetUserStyleSheetWatcher() {
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.h ('k') | chrome/browser/profiles/profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698