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

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

Issue 7989001: Remove use of default request context and fix use of speech censor flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update SpeechInputPreferences when preference changes Created 9 years, 3 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 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();
}

Powered by Google App Engine
This is Rietveld 408576698