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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

Issue 2839993002: [Android] Adding Smart GO/NEXT feature in Chrome (Closed)
Patch Set: Fixed WebViewTest build issues after restructure. Created 3 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: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
index fa7ba45927a6a2b2f561494d19890bdc199bed20..45e6af2904fa959db28940602a789239693a8e77 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
@@ -316,6 +316,10 @@ WebString WebRemoteFrameImpl::layerTreeAsText(bool showDebugInfo) const {
return WebString();
}
+void WebRemoteFrameImpl::advanceFocusInForm(WebFocusType focusType) {
+ NOTREACHED();
+}
+
WebLocalFrame* WebRemoteFrameImpl::createLocalChild(
WebTreeScopeType scope,
const WebString& name,

Powered by Google App Engine
This is Rietveld 408576698