| Index: chrome/browser/tab_contents/background_contents.cc
|
| diff --git a/chrome/browser/tab_contents/background_contents.cc b/chrome/browser/tab_contents/background_contents.cc
|
| index 20902f3772e101b8eea9d12387901652c41653da..48f0f4d2b0f8161df4c06e12b0d48f68d40833a9 100644
|
| --- a/chrome/browser/tab_contents/background_contents.cc
|
| +++ b/chrome/browser/tab_contents/background_contents.cc
|
| @@ -94,7 +94,7 @@ void BackgroundContents::CloseContents(WebContents* source) {
|
| delete this;
|
| }
|
|
|
| -bool BackgroundContents::ShouldSuppressDialogs() {
|
| +bool BackgroundContents::ShouldSuppressDialogs(WebContents* source) {
|
| return true;
|
| }
|
|
|
|
|