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

Unified Diff: chrome/test/chromedriver/web_view_impl.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_impl.h
diff --git a/chrome/test/chromedriver/web_view_impl.h b/chrome/test/chromedriver/web_view_impl.h
index 1a17cc0dc6d6ee1a0bd0f8468817a111ca827034..4512b5155ccef97277c6fe6ca119157eb50db82d 100644
--- a/chrome/test/chromedriver/web_view_impl.h
+++ b/chrome/test/chromedriver/web_view_impl.h
@@ -40,6 +40,7 @@ class WebViewImpl : public WebView {
// Overridden from WebView:
virtual std::string GetId() OVERRIDE;
+ virtual Status EnsureAlive() OVERRIDE;
virtual Status Close() OVERRIDE;
virtual Status Load(const std::string& url) OVERRIDE;
virtual Status Reload() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698