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

Unified Diff: content/renderer/render_view_impl.h

Issue 9568002: Renamed speech input implementation from to speech_recognition_*. The namespace has been renamed fr… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 10 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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index f52ac68c86d38a42859b4a9c87a13f3769eea0aa..3022b554d3f218e1a56e20084ae125cdf7e7c5e8 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -76,7 +76,7 @@ struct PP_NetAddress_Private;
class RenderWidgetFullscreenPepper;
class RendererAccessibility;
class SkBitmap;
-class SpeechInputDispatcher;
+class SpeechRecognitionDispatcher;
struct ViewMsg_Navigate_Params;
struct ViewMsg_StopFinding_Params;
struct ViewMsg_SwapOut_Params;
@@ -1177,7 +1177,7 @@ class RenderViewImpl : public RenderWidget,
WebIntentsHost* intents_host_;
// The speech dispatcher attached to this view, lazily initialized.
- SpeechInputDispatcher* speech_input_dispatcher_;
+ SpeechRecognitionDispatcher* speech_recognition_dispatcher_;
// Device orientation dispatcher attached to this view; lazily initialized.
DeviceOrientationDispatcher* device_orientation_dispatcher_;

Powered by Google App Engine
This is Rietveld 408576698