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

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

Issue 2743013002: Add webdriver endpoint to send custom debugger commands (Closed)
Patch Set: Adding stub, quick code reorg Created 3 years, 7 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/chrome/web_view.h ('k') | 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 cd0fed3de1ae59d60af5911adcbf2966dff5bf3c..7e80da1a8ec54ffe3fd109536852f7e6eabc5d9d 100644
--- a/chrome/test/chromedriver/chrome/web_view_impl.h
+++ b/chrome/test/chromedriver/chrome/web_view_impl.h
@@ -52,6 +52,11 @@ class WebViewImpl : public WebView {
Status GetUrl(std::string* url) override;
Status Load(const std::string& url, const Timeout* timeout) override;
Status Reload(const Timeout* timeout) override;
+ Status SendCommand(const std::string& cmd,
+ const base::DictionaryValue& params) override;
+ Status SendCommandAndGetResult(const std::string& cmd,
+ const base::DictionaryValue& params,
+ std::unique_ptr<base::Value>* value) override;
Status TraverseHistory(int delta, const Timeout* timeout) override;
Status EvaluateScript(const std::string& frame,
const std::string& expression,
« no previous file with comments | « chrome/test/chromedriver/chrome/web_view.h ('k') | chrome/test/chromedriver/chrome/web_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698