| 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,
|
|
|