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

Unified Diff: chrome/test/data/extensions/api_test/media_galleries/copy_to_access/no_access/manifest.json

Issue 24420003: Media Galleries: Run API tests in a temp directory with an injected common.js file. Avoid the need … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make it more obvious there's a JS file being injected into the test cases (try 2) Created 7 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/media_galleries/copy_to_access/no_access/manifest.json
diff --git a/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/no_access/manifest.json b/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/no_access/manifest.json
deleted file mode 100644
index 326271c6f60d354fad6500a339f13b539d97b681..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/no_access/manifest.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "chrome.mediaGalleries.copyTo_no_access",
- "version": "0.1",
- "description": "test copyTo access denial for chrome.mediaGalleries.getMediaFileSystems",
- "app": {
- "background": {
- "scripts": ["copy_to_common.js", "test.js"]
- }
- },
- "permissions": [{"mediaGalleries": ["allAutoDetected"]}]
-}

Powered by Google App Engine
This is Rietveld 408576698