commit | bc8979a1b57ae00eee1c730fdfc41f558a921055 | [log] [tgz] |
---|---|---|
author | rdevlin.cronin <[email protected]> | Tue Sep 30 01:08:50 2014 |
committer | Commit bot <[email protected]> | Tue Sep 30 01:09:22 2014 |
tree | 2a1beec8a6da2e6e7a146cdf800175afbf70b51c | |
parent | 124caf02a7d56e10ef45653209de98eebcadc0fd [diff] [blame] |
Gather metrics on hosted app unlimitedStorage usage BUG=416691 Review URL: https://codereview.chromium.org/612983004 Cr-Commit-Position: refs/heads/master@{#297323}
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc index 3f1b472e..ec96a31 100644 --- a/chrome/browser/extensions/extension_service.cc +++ b/chrome/browser/extensions/extension_service.cc
@@ -1008,7 +1008,7 @@ // TODO(kalman): Convert ExtensionSpecialStoragePolicy to a // BrowserContextKeyedService and use ExtensionRegistryObserver. profile_->GetExtensionSpecialStoragePolicy()-> - GrantRightsForExtension(extension); + GrantRightsForExtension(extension, profile_); // TODO(kalman): This is broken. The crash reporter is process-wide so doesn't // work properly multi-profile. Besides which, it should be using