| Index: ppapi/api/private/ppb_talk_private.idl
|
| diff --git a/ppapi/api/private/ppb_talk_private.idl b/ppapi/api/private/ppb_talk_private.idl
|
| index 65265ae5c8f5d28c3c33de41321301d0f419c5f3..8422fe0ad9cad06551e11c84ee7431c3dddc79cb 100644
|
| --- a/ppapi/api/private/ppb_talk_private.idl
|
| +++ b/ppapi/api/private/ppb_talk_private.idl
|
| @@ -22,8 +22,8 @@ interface PPB_Talk_Private {
|
| /**
|
| * Displays security UI.
|
| *
|
| - * The callback will be issued with PP_OK as the result of the user gave
|
| - * permission, or PP_ERROR_NOACCESS if the user denied.
|
| + * The callback will be issued with 1 as the result if the user gave
|
| + * permission, or 0 if the user denied.
|
| *
|
| * You can only have one call pending. It will return PP_OK_COMPLETIONPENDING
|
| * if the request is queued, or PP_ERROR_INPROGRESS if there is already a
|
|
|