Send message ack to devtools.
This commit is contained in:
parent
a5bb24284e
commit
1fbeb11371
3 changed files with 39 additions and 27 deletions
|
@ -63,7 +63,7 @@ class DevToolsEmbedderMessageDispatcher {
|
|||
|
||||
~DevToolsEmbedderMessageDispatcher();
|
||||
|
||||
void Dispatch(const std::string& message);
|
||||
std::string Dispatch(const std::string& method, base::ListValue* params);
|
||||
|
||||
private:
|
||||
typedef base::Callback<bool (const base::ListValue&)> Handler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue