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

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
Index: chrome/test/chromedriver/web_view.h
diff --git a/chrome/test/chromedriver/web_view.h b/chrome/test/chromedriver/web_view.h
index 8837c90c50fd36a1c5a71670d8069eb5bd4a2532..641ece07db144342464d67b4fc5ec6cfc069b56d 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;
+ // Ensure that commands can be run against the web view.
+ virtual Status EnsureAlive() = 0;
+
// Close the WebView itself.
virtual Status Close() = 0;

Powered by Google App Engine
This is Rietveld 408576698