| 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..c3adb39270518ab85ff221b058307fa7ff960a3d 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 forward);
|
|
|
| // Data for core operation ---------------------------------------------------
|
|
|
|
|