Chromium Code Reviews| 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; |