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

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: . Created 8 years, 1 month 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
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,

Powered by Google App Engine
This is Rietveld 408576698