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 df36f49e0e5eca631ea0575f65fb252c991fab40..e4ae9552c73f0343250e3028433dc76ff113b617 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -979,6 +979,7 @@ class CONTENT_EXPORT WebContentsImpl |
// Removes all entries from |player_map| for |render_frame_host|. |
void RemoveAllMediaPlayerEntries(RenderFrameHost* render_frame_host, |
ActiveMediaPlayerMap* player_map); |
+ void AdvanceFocusToNextInputField(bool direction); |
// Data for core operation --------------------------------------------------- |