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

Unified Diff: chrome/test/data/extensions/platform_apps/launch_file/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/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/launch_file/manifest.json b/chrome/test/data/extensions/platform_apps/launch_file/manifest.json
index 1a8d29240eff211eb105c697c80e36fd0c5d7a1e..24ec215fd1a9ab7930f98a5f3acc40c5a3bb23f9 100644
--- a/chrome/test/data/extensions/platform_apps/launch_file/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/launch_file/manifest.json
@@ -13,5 +13,8 @@
"background": {
"scripts": ["test.js"]
}
- }
+ },
+ "permissions": [
+ "fileSystem"
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698