| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 7869292bdb0c42ebedacb2923b50a85a6f38f879..e4b4f85fff7132f669d7d6f553cb57d934904b9f 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -27,6 +27,7 @@
|
| #include "content/browser/renderer_host/render_widget_host_delegate.h"
|
| #include "content/common/accessibility_mode_enums.h"
|
| #include "content/common/content_export.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/color_chooser.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -65,6 +66,7 @@ class RenderViewHostImpl;
|
| class RenderWidgetHostImpl;
|
| class SavePackage;
|
| class ScreenOrientationDispatcherHost;
|
| +class SpeechRecognitionDispatcherHost;
|
| class SiteInstance;
|
| class TestWebContents;
|
| class WebContentsAudioMuter;
|
| @@ -1220,6 +1222,9 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| scoped_ptr<ManifestManagerHost> manifest_manager_host_;
|
|
|
| + scoped_ptr<SpeechRecognitionDispatcherHost, BrowserThread::DeleteOnIOThread>
|
| + speech_recognition_dispatcher_host_;
|
| +
|
| // The accessibility mode for all frames. This is queried when each frame
|
| // is created, and broadcast to all frames when it changes.
|
| AccessibilityMode accessibility_mode_;
|
|
|