| Index: chrome/test/chromedriver/commands.h
|
| diff --git a/chrome/test/chromedriver/commands.h b/chrome/test/chromedriver/commands.h
|
| index de0040a00b8d0e71532cdf815fcf28d799f99985..abf47a59bd74b28464fe25f25dbd3af4ee9e94aa 100644
|
| --- a/chrome/test/chromedriver/commands.h
|
| +++ b/chrome/test/chromedriver/commands.h
|
| @@ -64,4 +64,10 @@ Status ExecuteSwitchToFrame(
|
| 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_
|
|
|