| Index: chrome/browser/extensions/active_tab_permission_granter.cc
|
| diff --git a/chrome/browser/extensions/active_tab_permission_granter.cc b/chrome/browser/extensions/active_tab_permission_granter.cc
|
| index b24436d801aaddb32770ea05433c1cd21e6762cb..1732c6070d7d14ba03f78769f85c6b040245a123 100644
|
| --- a/chrome/browser/extensions/active_tab_permission_granter.cc
|
| +++ b/chrome/browser/extensions/active_tab_permission_granter.cc
|
| @@ -176,7 +176,7 @@ void ActiveTabPermissionGranter::WebContentsDestroyed() {
|
| void ActiveTabPermissionGranter::OnExtensionUnloaded(
|
| content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| - UnloadedExtensionInfo::Reason reason) {
|
| + UnloadedExtensionReason reason) {
|
| // Note: don't need to clear the permissions (nor tell the renderer about it)
|
| // because it's being unloaded anyway.
|
| granted_extensions_.Remove(extension->id());
|
|
|