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

Unified Diff: chrome/renderer/render_thread.h

Issue 6610022: Enable speech input by default and remove unused code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_thread.h
diff --git a/chrome/renderer/render_thread.h b/chrome/renderer/render_thread.h
index d4bcbaf04eeadf5c731286c316a3e3fb4afd5927..02a2fa1a155d6065ee5cf8d018c3c267a590986e 100644
--- a/chrome/renderer/render_thread.h
+++ b/chrome/renderer/render_thread.h
@@ -324,8 +324,6 @@ class RenderThread : public RenderThreadBase,
void OnGetAccessibilityTree();
- void OnSetSpeechInputEnabled(bool enabled);
-
// Gather usage statistics from the in-memory cache and inform our host.
// These functions should be call periodically so that the host can make
// decisions about how to allocation resources using current information.
@@ -391,10 +389,6 @@ class RenderThread : public RenderThreadBase,
bool suspend_webkit_shared_timer_;
bool notify_webkit_of_modal_loop_;
- // True if this renderer has speech input enabled, set once during thread
- // initialization.
- bool is_speech_input_enabled_;
-
// Timer that periodically calls IdleHandler.
base::RepeatingTimer<RenderThread> idle_timer_;
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698