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

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

Issue 10407035: Extension/Platform App window isolation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add "ForFunction" Created 8 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/empty_context_menu/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/empty_context_menu/manifest.json b/chrome/test/data/extensions/platform_apps/empty_context_menu/manifest.json
deleted file mode 100644
index 98f77c92ccebce5f33de77d864cebec888e56f36..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/platform_apps/empty_context_menu/manifest.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "Platform App Test: empty context menu",
- "platform_app": true,
- "version": "1",
- "manifest_version": 2,
- "permissions": [
- "experimental",
- "windows"
- ],
- "background": {
- "scripts": ["test.js"]
- }
-}

Powered by Google App Engine
This is Rietveld 408576698