Chromium Code Reviews| Index: ceee/ie/broker/broker_rpc_lib.idl |
| =================================================================== |
| --- ceee/ie/broker/broker_rpc_lib.idl (revision 66617) |
| +++ ceee/ie/broker/broker_rpc_lib.idl (working copy) |
| @@ -29,8 +29,8 @@ |
| // Fires event to broker. |
| void FireEvent( |
| [in] handle_t binding_handle, |
| - [in] BSTR event_name, |
| - [in] BSTR event_args); |
| + [in, string] const char* event_name, |
| + [in, string] const char* event_args); |
| // @} |
| } |