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

Unified Diff: chrome/test/chromedriver/stub_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/net/test_http_server.cc ('k') | chrome/test/chromedriver/stub_devtools_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/stub_devtools_client.h
diff --git a/chrome/test/chromedriver/stub_devtools_client.h b/chrome/test/chromedriver/stub_devtools_client.h
index 83bbc93197961c8a5c0a79b4dfefd3b17e8ad219..58a5422544fcf21d4b619e464398ae5be8053ae3 100644
--- a/chrome/test/chromedriver/stub_devtools_client.h
+++ b/chrome/test/chromedriver/stub_devtools_client.h
@@ -22,6 +22,7 @@ class StubDevToolsClient : public DevToolsClient {
virtual ~StubDevToolsClient();
// Overridden from DevToolsClient:
+ virtual Status ConnectIfNecessary() OVERRIDE;
virtual Status SendCommand(const std::string& method,
const base::DictionaryValue& params) OVERRIDE;
virtual Status SendCommandAndGetResult(
« no previous file with comments | « chrome/test/chromedriver/net/test_http_server.cc ('k') | chrome/test/chromedriver/stub_devtools_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698