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

Unified Diff: chrome/test/data/extensions/platform_apps/launch_file_by_extension_and_type/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_by_extension_and_type/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/launch_file_by_extension_and_type/manifest.json b/chrome/test/data/extensions/platform_apps/launch_file_by_extension_and_type/manifest.json
index aed21696545e2d4e0e850fc629d6675c24ac6e97..9ef0daf1c336f8d3f2e0232324e8c41a9798db9f 100644
--- a/chrome/test/data/extensions/platform_apps/launch_file_by_extension_and_type/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/launch_file_by_extension_and_type/manifest.json
@@ -16,5 +16,8 @@
"background": {
"scripts": ["test.js"]
}
- }
+ },
+ "permissions": [
+ "fileSystem"
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698