| Index: chrome/browser/extensions/api/tab_capture/offscreen_tab.cc
|
| diff --git a/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc b/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc
|
| index ddc31cf18549dfeffde8653079308719039f378f..6c9e8d8a5db89fdb7048eaefa4d0dc4ea327a5cf 100644
|
| --- a/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc
|
| +++ b/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc
|
| @@ -158,7 +158,8 @@ void OffscreenTab::CanDownload(const GURL& url,
|
| callback.Run(false);
|
| }
|
|
|
| -bool OffscreenTab::HandleContextMenu(const content::ContextMenuParams& params) {
|
| +bool OffscreenTab::HandleContextMenu(RenderFrameHost* render_frame_host,
|
| + const content::ContextMenuParams& params) {
|
| // Context menus should never be shown. Do nothing, but indicate the context
|
| // menu was shown so that default implementation in libcontent does not
|
| // attempt to do so on its own.
|
|
|