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

Unified Diff: chrome/test/chromedriver/chromedriver.h

Issue 11415205: [chromedriver] Implement connecting to devtools and loading a page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years 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
« no previous file with comments | « chrome/test/chromedriver/chrome_launcher_impl.cc ('k') | chrome/test/chromedriver/chromedriver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/test/chromedriver/chrome_launcher_impl.cc ('k') | chrome/test/chromedriver/chromedriver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698