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

Unified Diff: content/public/renderer/render_view_observer.h

Issue 2853623002: [refactor] Fix autofill features for payments when the form is inside an OOPIF (Closed)
Patch Set: 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
« no previous file with comments | « components/autofill/content/renderer/page_click_tracker.cc ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view_observer.h
diff --git a/content/public/renderer/render_view_observer.h b/content/public/renderer/render_view_observer.h
index de86c3f749325370f8d404331180d868986a57ad..f63d409ab0346dc38b136d99d608b47fa46e74a6 100644
--- a/content/public/renderer/render_view_observer.h
+++ b/content/public/renderer/render_view_observer.h
@@ -62,17 +62,10 @@ class CONTENT_EXPORT RenderViewObserver : public IPC::Listener,
// These match the RenderView methods.
virtual void DidHandleGestureEvent(const blink::WebGestureEvent& event) {}
- virtual void OnMouseDown(const blink::WebNode& mouse_down_node) {}
-
// These match incoming IPCs.
virtual void Navigate(const GURL& url) {}
virtual void ClosePage() {}
- // This indicates that animations to scroll the focused element into view (if
- // any) have completed. May be called more than once for a single focus. Can
- // be called from browser, renderer, or compositor.
- virtual void FocusChangeComplete() {}
-
virtual void OnStop() {}
virtual void OnZoomLevelChanged() {}
« no previous file with comments | « components/autofill/content/renderer/page_click_tracker.cc ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698