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

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

Issue 130773004: Start moving context menu code to RenderFrame. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/public/renderer/render_view_observer.h
===================================================================
--- content/public/renderer/render_view_observer.h (revision 247964)
+++ content/public/renderer/render_view_observer.h (working copy)
@@ -31,7 +31,6 @@
class WebNode;
class WebTouchEvent;
class WebURL;
-struct WebContextMenuData;
struct WebURLError;
}
@@ -85,9 +84,6 @@
virtual void ZoomLevelChanged() {};
virtual void DidChangeScrollOffset(blink::WebFrame* frame) {}
virtual void DraggableRegionsChanged(blink::WebFrame* frame) {}
- virtual void DidRequestShowContextMenu(
- blink::WebFrame* frame,
- const blink::WebContextMenuData& data) {}
virtual void DidCommitCompositorFrame() {}
virtual void DidUpdateLayout() {}

Powered by Google App Engine
This is Rietveld 408576698