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

Unified Diff: content/browser/browser_context.h

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: content/browser/browser_context.h
diff --git a/content/browser/browser_context.h b/content/browser/browser_context.h
index feda5563ee7924a4fe710b1d9cd6ed8f819e075b..686efb527505dcf5236b92c5f5ddaf6b2573304f 100644
--- a/content/browser/browser_context.h
+++ b/content/browser/browser_context.h
@@ -86,6 +86,9 @@ class BrowserContext {
// Returns the geolocation permission context for this context.
virtual GeolocationPermissionContext* GetGeolocationPermissionContext() = 0;
+ // Returns the speech preference of whether to censor results.
+ virtual bool GetSpeechCensorPref() = 0;
Satish 2011/09/23 09:44:57 similar to comment in profile.h, could this return
allanwoj 2011/09/23 14:12:44 Done.
+
// Returns true if the last time this context was open it was exited cleanly.
// This doesn't belong here; http://crbug.com/90737
virtual bool DidLastSessionExitCleanly() = 0;

Powered by Google App Engine
This is Rietveld 408576698