| Index: chrome/common/extensions/api/resources_private.idl
|
| diff --git a/chrome/common/extensions/api/resources_private.idl b/chrome/common/extensions/api/resources_private.idl
|
| index 10177afc2def9409f3a6ba9265917bb6daf29dc7..836b366d0e6b20aac055c9d8f3a597a4e7a2c9cd 100644
|
| --- a/chrome/common/extensions/api/resources_private.idl
|
| +++ b/chrome/common/extensions/api/resources_private.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // resourcesPrivate.
|
| namespace resourcesPrivate {
|
| - enum Component { identity };
|
| + enum Component { identity, pdf };
|
|
|
| callback GetStringsCallback = void (object result);
|
|
|
|
|