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

Unified Diff: chrome/test/data/extensions/platform_apps/launch_file_with_no_extension/manifest.json

Issue 14912009: Support getEntryId for entries passed to apps as launch data. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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/platform_apps/launch_file_with_no_extension/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/launch_file_with_no_extension/manifest.json b/chrome/test/data/extensions/platform_apps/launch_file_with_no_extension/manifest.json
index c2a024030c36e468f679acac54e60a37c5136d7d..7cee0076919ef7eedcb00ab87b88b8756ff8ca68 100644
--- a/chrome/test/data/extensions/platform_apps/launch_file_with_no_extension/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/launch_file_with_no_extension/manifest.json
@@ -13,5 +13,8 @@
"background": {
"scripts": ["test.js"]
}
- }
+ },
+ "permissions": [
+ "fileSystem"
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698