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