| Index: chrome/browser/ui/fast_unload_controller.cc
|
| diff --git a/chrome/browser/ui/fast_unload_controller.cc b/chrome/browser/ui/fast_unload_controller.cc
|
| index 566a136f569497195bc2e42cf3ede4390cf73a65..8929457b087a01d392a79fe376d064435b9fb09d 100644
|
| --- a/chrome/browser/ui/fast_unload_controller.cc
|
| +++ b/chrome/browser/ui/fast_unload_controller.cc
|
| @@ -33,7 +33,7 @@ class FastUnloadController::DetachedWebContentsDelegate
|
|
|
| private:
|
| // WebContentsDelegate implementation.
|
| - bool ShouldSuppressDialogs() override {
|
| + bool ShouldSuppressDialogs(content::WebContents* source) override {
|
| return true; // Return true so dialogs are suppressed.
|
| }
|
|
|
|
|