diff options
Diffstat (limited to 'content/public/browser/browser_context.h')
| -rw-r--r-- | content/public/browser/browser_context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h index 60786dcf..7a4577e 100644 --- a/content/public/browser/browser_context.h +++ b/content/public/browser/browser_context.h @@ -40,7 +40,7 @@ class DownloadManager; class GeolocationPermissionContext; class IndexedDBContext; class ResourceContext; -class SpeechInputPreferences; +class SpeechRecognitionPreferences; // This class holds the context needed for a browsing session. // It lives on the UI thread. @@ -110,9 +110,9 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { // Returns the geolocation permission context for this context. virtual GeolocationPermissionContext* GetGeolocationPermissionContext() = 0; - // Returns the speech input preferences. SpeechInputPreferences is a + // Returns the speech input preferences. SpeechRecognitionPreferences is a // ref counted class, so callers should take a reference if needed. - virtual SpeechInputPreferences* GetSpeechInputPreferences() = 0; + virtual SpeechRecognitionPreferences* GetSpeechRecognitionPreferences() = 0; // Returns true if the last time this context was open it was exited cleanly. // This doesn't belong here; http://crbug.com/90737 |
