Chromium Code Reviews| Index: ppapi/api/pp_stdint.idl |
| diff --git a/ppapi/api/pp_stdint.idl b/ppapi/api/pp_stdint.idl |
| index ca58c9ced82a6775054fe336cb479377dedaae52..7f6ce46250059c6c9cae60411806c67521ed8d6f 100644 |
| --- a/ppapi/api/pp_stdint.idl |
| +++ b/ppapi/api/pp_stdint.idl |
| @@ -43,6 +43,9 @@ describe { |
| /** Pointer to null terminated string (char *). */ |
| str_t; |
| + /** Pointer to constant null terminated string (const char *). */ |
| + cstr_t; |
| + |
| /** No return value. */ |
| void; |
| }; |