| Index: chrome/test/data/extensions/manifest_tests/shared_module_export_whitelist_not_list.json
|
| diff --git a/chrome/test/data/extensions/manifest_tests/shared_module_export.json b/chrome/test/data/extensions/manifest_tests/shared_module_export_whitelist_not_list.json
|
| similarity index 86%
|
| copy from chrome/test/data/extensions/manifest_tests/shared_module_export.json
|
| copy to chrome/test/data/extensions/manifest_tests/shared_module_export_whitelist_not_list.json
|
| index aafb5f8ac5ee1913a6d5dfcb1f013c577cb61610..06d3e1842d83e38ab890014c8a083c4b5192d1fb 100644
|
| --- a/chrome/test/data/extensions/manifest_tests/shared_module_export.json
|
| +++ b/chrome/test/data/extensions/manifest_tests/shared_module_export_whitelist_not_list.json
|
| @@ -5,7 +5,8 @@
|
| "export": {
|
| "resources": [
|
| "*"
|
| - ]
|
| + ],
|
| + "whitelist": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
| },
|
| "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq2ADgfXh2Yh6uLgpBrls/gtQEp5gLWZedwRV1Cyy4R1giRnGeYwZ8pgmtpkjdSfoNIrx/WfiXDF+K2TF2I9V+LM60FqqoY6uJNmXjByzKFjNtFETXthA+v/zv6uX1NJ3m+GN9tdDR53AC7ws28Zi0S4+n/a++uzDY+aDubrp+PwIDAQAB"
|
| }
|
|
|