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

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest.h

Issue 1641563002: Remove linked_ptr usage in //base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase, really Created 4 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: extensions/browser/guest_view/web_view/web_view_guest.h
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.h b/extensions/browser/guest_view/web_view/web_view_guest.h
index fa01df8b51a11892feba82a75abae653af25c577..d1baac5b64cbf1a82265159c8feb8eef1e617478 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.h
+++ b/extensions/browser/guest_view/web_view/web_view_guest.h
@@ -87,12 +87,7 @@ class WebViewGuest : public guest_view::GuestView<WebViewGuest>,
void NavigateGuest(const std::string& src, bool force_navigation);
// Shows the context menu for the guest.
- // |items| acts as a filter. This restricts the current context's default
- // menu items to contain only the items from |items|.
- // |items| == NULL means no filtering will be applied.
- void ShowContextMenu(
- int request_id,
- const WebViewGuestDelegate::MenuItemVector* items);
+ void ShowContextMenu(int request_id);
// Sets the frame name of the guest.
void SetName(const std::string& name);

Powered by Google App Engine
This is Rietveld 408576698