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

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

Issue 11083002: Allow custom context menus to be requested. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
diff --git a/content/public/renderer/render_view_observer.h b/content/public/renderer/render_view_observer.h
index 84edd39b7d5277cfb31890b4196bab0dc89f58c8..fd5ea95149f5457c4f31b5402b5faa4846155cf9 100644
--- a/content/public/renderer/render_view_observer.h
+++ b/content/public/renderer/render_view_observer.h
@@ -90,7 +90,6 @@ class CONTENT_EXPORT RenderViewObserver : public IPC::Listener,
virtual void DidCreatePepperPlugin(RendererPpapiHost* host) {}
// These match incoming IPCs.
- virtual void ContextMenuAction(unsigned id) {}
virtual void Navigate(const GURL& url) {}
virtual void ClosePage() {}

Powered by Google App Engine
This is Rietveld 408576698