Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5633)

Unified Diff: chrome/test/data/extensions/app_no_www/manifest.json

Issue 1665563003: Ask for notification permission during extension installation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/app_no_www/manifest.json
diff --git a/chrome/test/data/extensions/app_no_www/manifest.json b/chrome/test/data/extensions/app_no_www/manifest.json
index 9a413dc1aa163289126f10fe7fd50de3610a6fd3..c3e8acbe207d73be0181e15ead94ffb72204cecb 100644
--- a/chrome/test/data/extensions/app_no_www/manifest.json
+++ b/chrome/test/data/extensions/app_no_www/manifest.json
@@ -2,9 +2,6 @@
"name": "App Test",
"version": "1",
"manifest_version": 2,
- "permissions": [
- "notifications"
- ],
"app": {
"launch": {
"web_url": "http://example.com/"

Powered by Google App Engine
This is Rietveld 408576698