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

Unified Diff: chrome/test/chromedriver/stub_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/stub_web_view.h
diff --git a/chrome/test/chromedriver/stub_web_view.h b/chrome/test/chromedriver/stub_web_view.h
index 7665a2ab760d65225e856b24b086c804dfbb7334..ddd63f17730d4d8ae6b6d3398331bcfae0a0967f 100644
--- a/chrome/test/chromedriver/stub_web_view.h
+++ b/chrome/test/chromedriver/stub_web_view.h
@@ -28,6 +28,7 @@ class StubWebView : 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