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

Unified Diff: chrome/test/chromedriver/chrome/web_view_impl.h

Issue 783593003: [chromedriver] Add JavaScript fallback for GoBack/GoForward if DevTools commands aren't available (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@back-forward
Patch Set: fix nits Created 6 years 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 | « no previous file | chrome/test/chromedriver/chrome/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/chrome/web_view_impl.h
diff --git a/chrome/test/chromedriver/chrome/web_view_impl.h b/chrome/test/chromedriver/chrome/web_view_impl.h
index 2516299619555b19f136d0078b073ed4e8194cc2..19660dce363bb10f4cf39aac6109dd5bf6556df2 100644
--- a/chrome/test/chromedriver/chrome/web_view_impl.h
+++ b/chrome/test/chromedriver/chrome/web_view_impl.h
@@ -96,6 +96,7 @@ class WebViewImpl : public WebView {
Status EndProfile(scoped_ptr<base::Value>* profile_data) override;
private:
+ Status TraverseHistoryWithJavaScript(int delta);
Status CallAsyncFunctionInternal(const std::string& frame,
const std::string& function,
const base::ListValue& args,
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/web_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698