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

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
« no previous file with comments | « chrome/test/chromedriver/web_view.h ('k') | chrome/test/chromedriver/web_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 176256bc59b64dc05eedd6d083c4e282b1607573..ac65bdf5cd684772bb2d3e590024249818d351d7 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 ConnectIfNecessary() OVERRIDE;
virtual Status Close() OVERRIDE;
virtual Status Load(const std::string& url) OVERRIDE;
virtual Status Reload() OVERRIDE;
« no previous file with comments | « chrome/test/chromedriver/web_view.h ('k') | chrome/test/chromedriver/web_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698