Index: extensions/common/manifest_handlers/permissions_parser.h |
diff --git a/extensions/common/manifest_handlers/permissions_parser.h b/extensions/common/manifest_handlers/permissions_parser.h |
index 81ffe0ec70ee37f1429bdc44072e7d86e6a87485..645017d1b6f469fe0ffb478e7a22441e5aa4538d 100644 |
--- a/extensions/common/manifest_handlers/permissions_parser.h |
+++ b/extensions/common/manifest_handlers/permissions_parser.h |
@@ -45,9 +45,9 @@ class PermissionsParser { |
// Return the extension's manifest-specified permissions. In no cases should |
// these permissions be used to determine if an action is allowed. Instead, |
// use PermissionsData. |
- static scoped_refptr<const PermissionSet> GetRequiredPermissions( |
+ static const PermissionSet* GetRequiredPermissions( |
not at google - send to devlin
2015/09/22 21:51:26
(noting place which should be a reference)
|
const Extension* extension); |
- static scoped_refptr<const PermissionSet> GetOptionalPermissions( |
+ static const PermissionSet* GetOptionalPermissions( |
const Extension* extension); |
private: |