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

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: Created 8 years, 10 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
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 308b482c8cb5d2fe9c1cc9bb0fe3225e67758e30..0358d2a7cbb5fb8c6dc8d493c89abd72fb1be631 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() {

Powered by Google App Engine
This is Rietveld 408576698