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

Unified Diff: chrome/test/chromedriver/web_view.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/stub_web_view.cc ('k') | chrome/test/chromedriver/web_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/web_view.h
diff --git a/chrome/test/chromedriver/web_view.h b/chrome/test/chromedriver/web_view.h
index 5c4006b9f5494d415bf9ad61e261435bf7af7438..7edeb9254767ccee1b593ebecd3915a7a3f5f9b7 100644
--- a/chrome/test/chromedriver/web_view.h
+++ b/chrome/test/chromedriver/web_view.h
@@ -27,6 +27,9 @@ class WebView {
// Return the id for this WebView.
virtual std::string GetId() = 0;
+ // Make DevToolsCient connect to DevTools if it is disconnected.
+ virtual Status ConnectIfNecessary() = 0;
+
// Close the WebView itself.
virtual Status Close() = 0;
« no previous file with comments | « chrome/test/chromedriver/stub_web_view.cc ('k') | chrome/test/chromedriver/web_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698