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

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: " 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..4b8fc213d01bd668064d1bb5de331233f787802d 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();
}
+bool OffTheRecordProfileImpl::GetSpeechCensorPref() {
+ return profile_->GetPrefs()->GetBoolean(prefs::kSpeechInputCensorResults);
Satish 2011/09/23 09:44:57 perhaps simpler to do profile_->GetSpeechCensorPre
allanwoj 2011/09/23 14:12:44 Done.
+}
+
UserStyleSheetWatcher* OffTheRecordProfileImpl::GetUserStyleSheetWatcher() {
return profile_->GetUserStyleSheetWatcher();
}

Powered by Google App Engine
This is Rietveld 408576698