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

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

Issue 2335293002: ShouldDisplayOverFullscreen implementation (Closed)
Patch Set: Rebasing to try to get patch to compile Created 4 years, 3 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/api/other_app/manifest.json
diff --git a/chrome/test/data/extensions/api_test/notifications/api/other_app/manifest.json b/chrome/test/data/extensions/api_test/notifications/api/other_app/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..2af9d238957bc0d64bd8bd1959fdceab6843df29
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/notifications/api/other_app/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "Packaged App - Create window",
+ "description": "A test app which creates a window in the specified style.",
+ "version": "1.0",
+ "manifest_version": 2,
+ "app": {
+ "background": {
+ "scripts": ["main.js"]
+ }
+ },
+ "permissions": [
+ "notifications"
+ ]
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/notifications/api/other_app/main.js ('k') | ui/message_center/notification_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698