| Index: content/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/browser/content_browser_client.h (revision 98061)
|
| +++ content/browser/content_browser_client.h (working copy)
|
| @@ -47,6 +47,10 @@
|
| class X509Certificate;
|
| }
|
|
|
| +namespace speech_input {
|
| +class SpeechInputManager;
|
| +}
|
| +
|
| namespace ui {
|
| class Clipboard;
|
| }
|
| @@ -243,6 +247,7 @@
|
| virtual MHTMLGenerationManager* GetMHTMLGenerationManager() = 0;
|
| virtual DevToolsManager* GetDevToolsManager() = 0;
|
| virtual net::NetLog* GetNetLog() = 0;
|
| + virtual speech_input::SpeechInputManager* GetSpeechInputManager() = 0;
|
|
|
| // Returns true if fast shutdown is possible.
|
| virtual bool IsFastShutdownPossible() = 0;
|
|
|