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

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

Issue 11415205: [chromedriver] Implement connecting to devtools and loading a page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 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 | « chrome/test/chromedriver/chromedriver_unittest.cc ('k') | chrome/test/chromedriver/command_executor_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/command_executor.h
diff --git a/chrome/test/chromedriver/command_executor.h b/chrome/test/chromedriver/command_executor.h
index db0b0f9d042f652759de069e224758b99d240b92..5f8e5fe589420830f209062b461df9e586b14dcb 100644
--- a/chrome/test/chromedriver/command_executor.h
+++ b/chrome/test/chromedriver/command_executor.h
@@ -22,6 +22,8 @@ class CommandExecutor {
public:
virtual ~CommandExecutor() {}
+ virtual void Init() = 0;
+
// Executes a command synchronously. This function must be thread safe.
virtual void ExecuteCommand(const std::string& name,
const base::DictionaryValue& params,
« no previous file with comments | « chrome/test/chromedriver/chromedriver_unittest.cc ('k') | chrome/test/chromedriver/command_executor_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698