Index: chrome/browser/tab_contents/background_contents.h |
diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h |
index 5e443fd45d9ecaf1b32c850cb748a48f254bc24f..85bf8dea7d8e6c505dfee5ca4ab9b86211774171 100644 |
--- a/chrome/browser/tab_contents/background_contents.h |
+++ b/chrome/browser/tab_contents/background_contents.h |
@@ -56,7 +56,7 @@ class BackgroundContents : public content::WebContentsDelegate, |
// content::WebContentsDelegate implementation: |
void CloseContents(content::WebContents* source) override; |
- bool ShouldSuppressDialogs() override; |
+ bool ShouldSuppressDialogs(content::WebContents* source) override; |
void DidNavigateMainFramePostCommit(content::WebContents* tab) override; |
void AddNewContents(content::WebContents* source, |
content::WebContents* new_contents, |