| Index: chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
|
| diff --git a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
|
| index 89bdb5144cb755ebfdf609ee9ee3fe2f35c0cd6c..b9fddff8254d5ff63ac81abe9b74599567cceeb0 100644
|
| --- a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
|
| +++ b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
|
| @@ -16,5 +16,6 @@
|
| "run_at" : "document_idle",
|
| "all_frames" : false
|
| }
|
| - ]
|
| + ],
|
| + "content_security_policy": "default-src 'self'"
|
| }
|
|
|