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

Unified Diff: chrome/test/chromedriver/stub_devtools_client.cc

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/stub_devtools_client.h ('k') | chrome/test/chromedriver/stub_web_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/stub_devtools_client.cc
diff --git a/chrome/test/chromedriver/stub_devtools_client.cc b/chrome/test/chromedriver/stub_devtools_client.cc
index 4b87c81d0638e50d92bb068acd39fc650e517744..2582fbb6187d037bc6c47ed59db15034d360da57 100644
--- a/chrome/test/chromedriver/stub_devtools_client.cc
+++ b/chrome/test/chromedriver/stub_devtools_client.cc
@@ -11,6 +11,10 @@ StubDevToolsClient::StubDevToolsClient() {}
StubDevToolsClient::~StubDevToolsClient() {}
+Status StubDevToolsClient::ConnectIfNecessary() {
+ return Status(kOk);
+}
+
Status StubDevToolsClient::SendCommand(const std::string& method,
const base::DictionaryValue& params) {
scoped_ptr<base::DictionaryValue> result;
« no previous file with comments | « chrome/test/chromedriver/stub_devtools_client.h ('k') | chrome/test/chromedriver/stub_web_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698