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

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: Moved overridden function to correct location in header. 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 a1742d8172a31928d7befb3424091104e4008528..313f61bbd16918730fc64060cc4e455bdae0aab4 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -670,6 +670,10 @@ class CONTENT_EXPORT WebContentsImpl
bool to_different_document,
LoadNotificationDetails* details) 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:26:38 No. In web_contents.h, you have it with its frien
AKV 2015/04/17 16:40:37 Done. Thanks.
typedef base::Callback<void(WebContents*)> CreatedCallback;
// Requests the renderer to move the selection extent to a new position.

Powered by Google App Engine
This is Rietveld 408576698