| Index: chrome/browser/devtools/devtools_ui_bindings.h
|
| diff --git a/chrome/browser/devtools/devtools_ui_bindings.h b/chrome/browser/devtools/devtools_ui_bindings.h
|
| index 268f3a561412fc6eeb5957dd5cccfc9828afe751..eff85c75f8a7596dc9254f1f332e0258d261bb18 100644
|
| --- a/chrome/browser/devtools/devtools_ui_bindings.h
|
| +++ b/chrome/browser/devtools/devtools_ui_bindings.h
|
| @@ -135,6 +135,13 @@ class DevToolsUIBindings : public content::NotificationObserver,
|
| void SetDevicesUpdatesEnabled(bool enabled) override;
|
| void SendMessageToBrowser(const std::string& message) override;
|
| void RecordActionUMA(const std::string& name, int action) override;
|
| + void SendJsonRequest(const DispatchCallback& callback,
|
| + const std::string& browser_id,
|
| + const std::string& url) override;
|
| +
|
| + void JsonReceived(const DispatchCallback& callback,
|
| + int result,
|
| + const std::string& message);
|
|
|
| // net::URLFetcherDelegate overrides.
|
| void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|