Index: content/renderer/render_view_impl.h |
=================================================================== |
--- content/renderer/render_view_impl.h (revision 255430) |
+++ content/renderer/render_view_impl.h (working copy) |
@@ -445,7 +445,9 @@ |
// DEPRECATED |
virtual bool runModalBeforeUnloadDialog(blink::WebFrame* frame, |
const blink::WebString& message); |
+#if !defined(CLEAR_CONTEXT_MENU_ON_WEB_FRAME_CLIENT) |
jamesr
2014/03/06 21:59:26
don't think you should need this - if the base cla
|
virtual void clearContextMenu(); |
+#endif |
virtual void setStatusText(const blink::WebString& text); |
virtual void setMouseOverURL(const blink::WebURL& url); |
virtual void setKeyboardFocusURL(const blink::WebURL& url); |