Chromium Code Reviews| 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..e5c2cfa31e01a9b1fb8c9bd1eb3b245208129f74 100644 |
| --- a/content/public/browser/web_contents.h |
| +++ b/content/public/browser/web_contents.h |
| @@ -391,6 +391,9 @@ class WebContents : public PageNavigator, |
| virtual void Delete() = 0; |
| virtual void SelectAll() = 0; |
| virtual void Unselect() = 0; |
| + // Called to advance the focus to next form control element in |
|
Avi (use Gerrit)
2015/04/17 16:46:27
Blank line before this one.
AKV
2015/04/17 16:50:03
Done.
|
| + // forward/backward direction from current element. |
| + virtual void AdvanceFocusToNextFormControl(bool forward) = 0; |
| // Replaces the currently selected word or a word around the cursor. |
| virtual void Replace(const base::string16& word) = 0; |