Index: chrome/test/chromedriver/chromedriver.h |
diff --git a/chrome/test/chromedriver/chromedriver.h b/chrome/test/chromedriver/chromedriver.h |
index 5252da1f60361f84a663fcd1f4b799ba19809344..3872b0033e5af57f63572e0f6ca59e9ff14df401 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. |