summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/chromedriver/commands.h')
-rw-r--r--chrome/test/chromedriver/commands.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/commands.h b/chrome/test/chromedriver/commands.h
index ac72f1b..3e1a68b 100644
--- a/chrome/test/chromedriver/commands.h
+++ b/chrome/test/chromedriver/commands.h
@@ -46,4 +46,10 @@ Status ExecuteQuit(
const base::DictionaryValue& params,
scoped_ptr<base::Value>* value);
+// Loads a URL.
+Status ExecuteGet(
+ Session* session,
+ const base::DictionaryValue& params,
+ scoped_ptr<base::Value>* value);
+
#endif // CHROME_TEST_CHROMEDRIVER_COMMANDS_H_