| 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..354f099b13457197bfae9dd11c5763a1aaa6c53c 100644
|
| --- a/chrome/test/chromedriver/devtools_client.h
|
| +++ b/chrome/test/chromedriver/devtools_client.h
|
| @@ -24,6 +24,9 @@ class DevToolsClient {
|
|
|
| virtual ~DevToolsClient() {}
|
|
|
| + // Ensure that DevToolsClient is connected to the DevTools.
|
| + virtual Status EnsureConnected() = 0;
|
| +
|
| virtual Status SendCommand(const std::string& method,
|
| const base::DictionaryValue& params) = 0;
|
| virtual Status SendCommandAndGetResult(
|
|
|