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

Unified Diff: chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json

Issue 456223002: Add NotifyOnShowSettings implementation of notification provider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/api_test/notification_provider/basic_usage/manifest.json
diff --git a/chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json b/chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json
index 7fbb02299e917c9a45934969a8c80aa6ade42c98..026fc0087d76f2d9854048fac76d596ff3867b4c 100644
--- a/chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json
+++ b/chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json
@@ -8,6 +8,6 @@
}
},
"permissions": [
- "notificationProvider"
+ "notificationProvider", "notifications"
]
}

Powered by Google App Engine
This is Rietveld 408576698