| Index: chrome/browser/speech/speech_input_extension_manager.h
|
| diff --git a/chrome/browser/speech/speech_input_extension_manager.h b/chrome/browser/speech/speech_input_extension_manager.h
|
| index 4e6e81d399c430d498e1e9083ba3fc9621084cfb..72cef8017c2b8ec41cdac807c7e645ca36ae80d2 100644
|
| --- a/chrome/browser/speech/speech_input_extension_manager.h
|
| +++ b/chrome/browser/speech/speech_input_extension_manager.h
|
| @@ -17,6 +17,10 @@
|
|
|
| class Profile;
|
|
|
| +namespace base {
|
| +class ListValue;
|
| +}
|
| +
|
| namespace content {
|
| class NotificationRegistrar;
|
| struct SpeechRecognitionError;
|
| @@ -173,7 +177,7 @@ class SpeechInputExtensionManager
|
| void DispatchError(const std::string& error, bool dispatch_event);
|
| void DispatchEventToExtension(const std::string& extension_id,
|
| const std::string& event,
|
| - const std::string& json_args);
|
| + base::ListValue* event_args);
|
| void ExtensionUnloaded(const std::string& extension_id);
|
|
|
| void ResetToIdleState();
|
|
|