summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver/chromedriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/chromedriver/chromedriver.h')
-rw-r--r--chrome/test/chromedriver/chromedriver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/chromedriver.h b/chrome/test/chromedriver/chromedriver.h
index 5252da1..3872b003 100644
--- a/chrome/test/chromedriver/chromedriver.h
+++ b/chrome/test/chromedriver/chromedriver.h
@@ -12,6 +12,7 @@
class CommandExecutor;
// Inits the command executor. Must be called before |ExecuteCommand|.
+// This may be called during DLL load on Windows.
void Init(scoped_ptr<CommandExecutor> executor);
// Synchronously executes the given command. Thread safe.