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

Unified Diff: components/renderer_context_menu/render_view_context_menu_base.h

Issue 2666193002: Switch RenderViewContextMenu to use RequestOpenURL (Closed)
Patch Set: Address Charlie's comments Created 3 years, 10 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: components/renderer_context_menu/render_view_context_menu_base.h
diff --git a/components/renderer_context_menu/render_view_context_menu_base.h b/components/renderer_context_menu/render_view_context_menu_base.h
index 84fcfe5af353ccdd52255e35b9c7166c89bca640..849b29c3a056211c3b6f618bded1800f4429ef78 100644
--- a/components/renderer_context_menu/render_view_context_menu_base.h
+++ b/components/renderer_context_menu/render_view_context_menu_base.h
@@ -142,8 +142,6 @@ class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate,
// Subclasses should send notification.
virtual void NotifyMenuShown() = 0;
- virtual void NotifyURLOpened(const GURL& url,
- content::WebContents* new_contents) = 0;
// TODO(oshima): Remove this.
virtual void AppendPlatformEditableItems() {}

Powered by Google App Engine
This is Rietveld 408576698