| Index: chrome/test/chromedriver/commands.h
|
| diff --git a/chrome/test/chromedriver/commands.h b/chrome/test/chromedriver/commands.h
|
| index 788d41012850d7058059c23b41124f7e44cbad6f..de0040a00b8d0e71532cdf815fcf28d799f99985 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);
|
|
|
| +// Changes the targeted frame for the given session.
|
| +Status ExecuteSwitchToFrame(
|
| + Session* session,
|
| + const base::DictionaryValue& params,
|
| + scoped_ptr<base::Value>* value);
|
| +
|
| #endif // CHROME_TEST_CHROMEDRIVER_COMMANDS_H_
|
|
|