Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index c6eb3642eb2bb41115370f764a7597f682998213..1d0a9d4f674081a7cdb93ca154b5a633135ed1a2 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -136,7 +136,6 @@ class RenderViewObserver; |
class RenderViewTest; |
class RendererDateTimePicker; |
class RendererWebColorChooserImpl; |
-class SpeechRecognitionDispatcher; |
class WebPluginDelegateProxy; |
struct DropData; |
struct FaviconURL; |
@@ -404,7 +403,6 @@ class CONTENT_EXPORT RenderViewImpl |
virtual void navigateBackForwardSoon(int offset); |
virtual int historyBackListCount(); |
virtual int historyForwardListCount(); |
- virtual blink::WebSpeechRecognizer* speechRecognizer(); |
virtual void zoomLimitsChanged(double minimum_level, double maximum_level); |
virtual void zoomLevelChanged(); |
virtual double zoomLevelToZoomFactor(double zoom_level) const; |
@@ -973,10 +971,6 @@ class CONTENT_EXPORT RenderViewImpl |
// along with the RenderView automatically. This is why we just store |
// weak references. |
- // The speech recognition dispatcher attached to this view, lazily |
- // initialized. |
- SpeechRecognitionDispatcher* speech_recognition_dispatcher_; |
- |
// BrowserPluginManager attached to this view; lazily initialized. |
scoped_refptr<BrowserPluginManager> browser_plugin_manager_; |