| Index: README.chromium
 | 
| diff --git a/README.chromium b/README.chromium
 | 
| index 93348999566e506902526206c455d0ca3535e1cf..18b1b8061b6340a3f5219f9ce9728739c57ad640 100644
 | 
| --- a/README.chromium
 | 
| +++ b/README.chromium
 | 
| @@ -72,3 +72,9 @@ We made the following local changes to NSS.
 | 
|  - patches/nss-export-private-key-info.patch: Add the
 | 
|    PK11_ExportDERPrivateKeyInfo and PK11_ExportPrivKeyInfo functions. See
 | 
|    NSS bug 519255 (https://bugzilla.mozilla.org/show_bug.cgi?id=519255).
 | 
| +- patches/nss-intel-aes-windows.patch: Implement AES in different modes
 | 
| +  of operation, using AES-NI and PCLMULQDQ-NI, for WIN32 and WIN64
 | 
| +  platforms. See NSS bug 979703
 | 
| +  (https://bugzilla.mozilla.org/show_bug.cgi?id=979703). Note: when we
 | 
| +  upgrade to NSS 3.16.1, we also need to define the macro INTEL_GCM in
 | 
| +  nss.gyp. 
 | 
| 
 |