| Index: ppapi/shared_impl/ppapi_permissions.h
|
| diff --git a/ppapi/shared_impl/ppapi_permissions.h b/ppapi/shared_impl/ppapi_permissions.h
|
| index 8456fb7c19a0cfe8b2c09306d9c92c4f1e6aed0c..d9d2cd83a014b2888373e64cbc031840c92a4a23 100644
|
| --- a/ppapi/shared_impl/ppapi_permissions.h
|
| +++ b/ppapi/shared_impl/ppapi_permissions.h
|
| @@ -40,6 +40,10 @@ class PPAPI_SHARED_EXPORT PpapiPermissions {
|
|
|
| bool HasPermission(Permission perm) const;
|
|
|
| + // TODO(brettw) bug 147507: Remove this when we fix the permissions bug
|
| + // (this was added for logging).
|
| + uint32 GetBits() const { return permissions_; }
|
| +
|
| private:
|
| uint32 permissions_;
|
|
|
|
|