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

Unified Diff: chrome/test/data/extensions/api_test/notifications/no_html/manifest.json

Issue 13533019: Disables HTML notifications when rich notifications are enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Indentation in test fixed. Created 7 years, 8 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/notifications/no_html/manifest.json
diff --git a/chrome/test/data/extensions/api_test/notifications/has_not_permission/manifest.json b/chrome/test/data/extensions/api_test/notifications/no_html/manifest.json
similarity index 70%
copy from chrome/test/data/extensions/api_test/notifications/has_not_permission/manifest.json
copy to chrome/test/data/extensions/api_test/notifications/no_html/manifest.json
index eca67262234779db58d4583241e475b18602ab81..46366f0326f6338bb2096572d5a6faab556aa7ca 100644
--- a/chrome/test/data/extensions/api_test/notifications/has_not_permission/manifest.json
+++ b/chrome/test/data/extensions/api_test/notifications/no_html/manifest.json
@@ -1,9 +1,9 @@
-{
- "name": "notifications test",
- "version": "1",
- "manifest_version": 2,
- "permissions": [ "tabs" ],
- "background": {
- "scripts": ["background.js"]
- }
-}
+{
+ "name": "notifications test",
+ "version": "1",
+ "manifest_version": 2,
+ "permissions": [ "tabs", "notifications" ],
+ "background": {
+ "scripts": ["background.js"]
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/notifications/no_html/background.js ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698