Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.h |
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
| index a1742d8172a31928d7befb3424091104e4008528..8fc38db5f05dfac0cd10509b5e8c566042293c4b 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -292,6 +292,9 @@ class CONTENT_EXPORT WebContentsImpl |
| void Delete() override; |
| void SelectAll() override; |
| void Unselect() override; |
| + // Called to advance the focus to next form control element in |
| + // forward/backward direction from current element. |
| + void AdvanceFocusToNextFormControl(bool forward) override; |
|
Avi (use Gerrit)
2015/04/17 16:46:27
Drop the comment here; having it in the inherited
AKV
2015/04/17 16:50:03
Done.
|
| void Replace(const base::string16& word) override; |
| void ReplaceMisspelling(const base::string16& word) override; |
| void NotifyContextMenuClosed( |