Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 1080693002: Implementation of Smart GO NEXT feature in Android Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enabling GO button even if we have Previous element available. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
Avi (use Gerrit) 2015/04/14 20:42:04 If this is overriding a method on WebContents, the
AKV 2015/04/17 15:48:16 Done.
// Data for core operation ---------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698