| 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 4ef3bce0ab7fc7ec9438c2362f9b8dd8e1de1a81..8f12a68f8070a9ca5b63ba9017d73f93d091a7b0 100644
|
| --- a/chrome/browser/speech/speech_input_extension_manager.h
|
| +++ b/chrome/browser/speech/speech_input_extension_manager.h
|
| @@ -16,6 +16,10 @@
|
|
|
| class Profile;
|
|
|
| +namespace base {
|
| +class ListValue;
|
| +}
|
| +
|
| namespace content {
|
| class NotificationRegistrar;
|
| struct SpeechRecognitionError;
|
| @@ -172,7 +176,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);
|
| + scoped_ptr<base::ListValue> event_args);
|
| void ExtensionUnloaded(const std::string& extension_id);
|
|
|
| void ResetToIdleState();
|
|
|