| Index: ppapi/shared_impl/ppapi_permissions.h
|
| diff --git a/ppapi/shared_impl/ppapi_permissions.h b/ppapi/shared_impl/ppapi_permissions.h
|
| index 4b1c6a6a6448b4a30f64c21bf193eb6b08da7b3e..8456fb7c19a0cfe8b2c09306d9c92c4f1e6aed0c 100644
|
| --- a/ppapi/shared_impl/ppapi_permissions.h
|
| +++ b/ppapi/shared_impl/ppapi_permissions.h
|
| @@ -19,7 +19,7 @@ enum Permission {
|
|
|
| // Allows ability to bypass user-gesture checks for showing things like
|
| // file select dialogs.
|
| - PERMISSION_BYPASS_USER_GESTURE = 1 << 3
|
| + PERMISSION_BYPASS_USER_GESTURE = 1 << 3,
|
|
|
| // NOTE: If you add stuff be sure to update AllPermissions().
|
| };
|
|
|