Chromium Code Reviews| Index: components/ui_devtools/devtools_client.h |
| diff --git a/components/ui_devtools/devtools_client.h b/components/ui_devtools/devtools_client.h |
| index 8910dd5926ab1507576f85e04a7310041f47d2f2..05e75cc5c8f82e4c8af5fb64d013327439e1f379 100644 |
| --- a/components/ui_devtools/devtools_client.h |
| +++ b/components/ui_devtools/devtools_client.h |
| @@ -29,6 +29,8 @@ class UiDevToolsClient : public protocol::FrontendChannel { |
| ~UiDevToolsClient() override; |
| void AddAgent(std::unique_ptr<UiDevToolsAgent> agent); |
| + void DisableAllAgents(); |
|
sadrul
2016/11/02 16:05:57
This should go into private section? Or do you exp
Sarmad Hashmi
2016/11/02 16:38:57
Done.
|
| + void Disconnect(); |
| void Dispatch(const std::string& data); |
| bool connected() const; |