summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/active_tab_permission_granter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/active_tab_permission_granter.cc')
-rw-r--r--chrome/browser/extensions/active_tab_permission_granter.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/extensions/active_tab_permission_granter.cc b/chrome/browser/extensions/active_tab_permission_granter.cc
index ef87525..1a67167 100644
--- a/chrome/browser/extensions/active_tab_permission_granter.cc
+++ b/chrome/browser/extensions/active_tab_permission_granter.cc
@@ -83,8 +83,7 @@ void ActiveTabPermissionGranter::DidNavigateMainFrame(
ClearActiveExtensionsAndNotify();
}
-void ActiveTabPermissionGranter::WebContentsDestroyed(
- content::WebContents* web_contents) {
+void ActiveTabPermissionGranter::WebContentsDestroyed() {
ClearActiveExtensionsAndNotify();
}