| Index: chrome/test/chromedriver/devtools_client.h
|
| diff --git a/chrome/test/chromedriver/devtools_client.h b/chrome/test/chromedriver/devtools_client.h
|
| index cb32ceb23dc3990a55e9e08d48819e2484f0b33f..298e09786e633cb49fc1a2f02089e1a3fd463a73 100644
|
| --- a/chrome/test/chromedriver/devtools_client.h
|
| +++ b/chrome/test/chromedriver/devtools_client.h
|
| @@ -24,6 +24,9 @@ class DevToolsClient {
|
|
|
| virtual ~DevToolsClient() {}
|
|
|
| + // Connect to DevTools if the DevToolsClient is disconnected.
|
| + virtual Status ConnectIfNecessary() = 0;
|
| +
|
| virtual Status SendCommand(const std::string& method,
|
| const base::DictionaryValue& params) = 0;
|
| virtual Status SendCommandAndGetResult(
|
|
|