Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: chrome/test/chromedriver/devtools_client.h

Issue 12321057: [chromedriver] Implement reconnection to DevTools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/chromedriver/chrome_impl_unittest.cc ('k') | chrome/test/chromedriver/devtools_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/test/chromedriver/chrome_impl_unittest.cc ('k') | chrome/test/chromedriver/devtools_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698