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

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
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..e9873a03871408e8a3174bea32a6c2407a3e4e8b 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 EnsureConnected() OVERRIDE;
virtual Status SendCommand(const std::string& method,
const base::DictionaryValue& params) OVERRIDE;
virtual Status SendCommandAndGetResult(

Powered by Google App Engine
This is Rietveld 408576698