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

Unified Diff: chrome/test/chromedriver/stub_web_view.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_web_view.h ('k') | chrome/test/chromedriver/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_web_view.cc
diff --git a/chrome/test/chromedriver/stub_web_view.cc b/chrome/test/chromedriver/stub_web_view.cc
index 9718f4a0b2f513baa05dcd52501e822ddd35e37f..8d36c35e15dc27ace435fa24dbc0a23f377caee1 100644
--- a/chrome/test/chromedriver/stub_web_view.cc
+++ b/chrome/test/chromedriver/stub_web_view.cc
@@ -15,6 +15,10 @@ std::string StubWebView::GetId() {
return id_;
}
+Status StubWebView::ConnectIfNecessary() {
+ return Status(kOk);
+}
+
Status StubWebView::Close() {
return Status(kOk);
}
« no previous file with comments | « chrome/test/chromedriver/stub_web_view.h ('k') | chrome/test/chromedriver/web_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698