| Index: chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| diff --git a/chrome/browser/extensions/api/tab_capture/offscreen_tab.h b/chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| index 712c1172bc1ff124dbf2c9e5acd59e53b2180243..5bb688f3d9e201f964b5ee2f655f4cd9c8afa2f3 100644
|
| --- a/chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| +++ b/chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| @@ -125,7 +125,8 @@ class OffscreenTab : protected content::WebContentsDelegate,
|
|
|
| // content::WebContentsDelegate overrides to provide the desired behaviors.
|
| void CloseContents(content::WebContents* source) final;
|
| - bool ShouldSuppressDialogs(content::WebContents* source) final;
|
| + bool ShouldSuppressDialogs(content::WebContents* source,
|
| + bool before_unload) final;
|
| bool ShouldFocusLocationBarByDefault(content::WebContents* source) final;
|
| bool ShouldFocusPageAfterCrash() final;
|
| void CanDownload(const GURL& url,
|
|
|