Index: chrome/test/chromedriver/commands.h |
diff --git a/chrome/test/chromedriver/commands.h b/chrome/test/chromedriver/commands.h |
index 788d41012850d7058059c23b41124f7e44cbad6f..9aa73f5627b42ee9bf15d2745cf5b3f4c04e6635 100644 |
--- a/chrome/test/chromedriver/commands.h |
+++ b/chrome/test/chromedriver/commands.h |
@@ -58,4 +58,10 @@ Status ExecuteExecuteScript( |
const base::DictionaryValue& params, |
scoped_ptr<base::Value>* value); |
+// Get the current page title. |
+Status ExecuteGetTitle( |
+ Session* session, |
+ const base::DictionaryValue& params, |
+ scoped_ptr<base::Value>* value); |
+ |
#endif // CHROME_TEST_CHROMEDRIVER_COMMANDS_H_ |