diff options
Diffstat (limited to 'chrome/test/chromedriver/command_executor.h')
-rw-r--r-- | chrome/test/chromedriver/command_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/command_executor.h b/chrome/test/chromedriver/command_executor.h index db0b0f9..5f8e5fe 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, |