| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 43804129322c4ed56ffc7b451c6ae1e5b84bfc2d..a1aef0650abf85f69fef7e2761ac9cc5856ef12a 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -391,6 +391,7 @@ class WebContents : public PageNavigator,
|
| virtual void Delete() = 0;
|
| virtual void SelectAll() = 0;
|
| virtual void Unselect() = 0;
|
| + virtual void AdvanceFocusToNextInputField(bool direction) = 0;
|
|
|
| // Replaces the currently selected word or a word around the cursor.
|
| virtual void Replace(const base::string16& word) = 0;
|
|
|