Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1431)

Unified Diff: extensions/renderer/extension_injection_host.cc

Issue 1349613003: [Extensions] Un-refcount PermissionSet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/renderer/dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/extension_injection_host.cc
diff --git a/extensions/renderer/extension_injection_host.cc b/extensions/renderer/extension_injection_host.cc
index 9a5e2037b6d541b74c229e661228ca7317b12855..43782be45594fdc885021b52d3706fa1caa612d7 100644
--- a/extensions/renderer/extension_injection_host.cc
+++ b/extensions/renderer/extension_injection_host.cc
@@ -93,8 +93,7 @@ bool ExtensionInjectionHost::ShouldNotifyBrowserOfInjection() const {
// otherwise been affected by the scripts-require-action feature.
return extension_->permissions_data()->withheld_permissions()->IsEmpty() &&
PermissionsData::ScriptsMayRequireActionForExtension(
- extension_,
- extension_->permissions_data()->active_permissions().get());
+ extension_, extension_->permissions_data()->active_permissions());
}
} // namespace extensions
« no previous file with comments | « extensions/renderer/dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698