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 dc1eede9f4f4b5a4e3438cc01bd3dcb41b94b969..524447a58ee8fcb2c4e6f47a15c74f49e340256e 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -292,6 +292,7 @@ class CONTENT_EXPORT WebContentsImpl |
| void Delete() override; |
| void SelectAll() override; |
| void Unselect() override; |
| + void AdvanceFocusInForm(bool forward) override; |
|
dcheng
2015/04/28 20:30:55
Nit: I would suggest using an enum for this as wel
|
| void Replace(const base::string16& word) override; |
| void ReplaceMisspelling(const base::string16& word) override; |
| void NotifyContextMenuClosed( |