Index: chrome/browser/extensions/crx_installer.cc |
diff --git a/chrome/browser/extensions/crx_installer.cc b/chrome/browser/extensions/crx_installer.cc |
index ec7ce8a5e09ad9c528a1917157076ce5df48f3eb..d3736ee900466ecd9fc50780aeab95b160892b1a 100644 |
--- a/chrome/browser/extensions/crx_installer.cc |
+++ b/chrome/browser/extensions/crx_installer.cc |
@@ -803,6 +803,7 @@ void CrxInstaller::ReportSuccessFromUIThread() { |
// this silently. |
if ((client_ || allow_silent_install_) && grant_permissions_) { |
PermissionsUpdater perms_updater(profile()); |
+ perms_updater.InitializePermissions(extension()); |
not at google - send to devlin
2014/08/28 03:18:46
Can we do this when extension() gets created?
gpdavis
2014/08/28 19:02:39
Looks like this gets created in sandboxed_unpacker
|
perms_updater.GrantActivePermissions(extension()); |
} |
} |