Chromium Code Reviews| Index: core/page/NavigatorID.idl |
| diff --git a/core/page/NavigatorID.idl b/core/page/NavigatorID.idl |
| index a0333ba3548e2586bdcdfcf3964961c68888fed7..c581ad98bf25d706a614759e471c1703fa2cb99f 100644 |
| --- a/core/page/NavigatorID.idl |
| +++ b/core/page/NavigatorID.idl |
| @@ -35,4 +35,6 @@ |
| readonly attribute DOMString appVersion; |
| readonly attribute DOMString platform; |
| readonly attribute DOMString userAgent; |
| + readonly attribute DOMString appCodeName; |
| + readonly attribute DOMString product; |
| }; |