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

Unified Diff: chrome/test/data/extensions/api_test/media_galleries/copy_to_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: 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/manifest.json
diff --git a/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/manifest.json b/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/manifest.json
index a5e83ebee2cd80e90353caebe9fefe1fd8eb581f..1e9fc21ab2eb319c85ea50a7111a19bae641e3ed 100644
--- a/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/manifest.json
+++ b/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/manifest.json
@@ -4,7 +4,7 @@
"description": "test copyTo access for chrome.mediaGalleries.getMediaFileSystems",
"app": {
"background": {
- "scripts": ["no_access/copy_to_common.js", "test.js"]
+ "scripts": ["common.js", "test.js"]
tommycli 2013/09/24 23:26:10 I'm kind of uncomfy with the manifest pointing out
}
},
"permissions": [{"mediaGalleries": ["copyTo", "allAutoDetected"]}]

Powered by Google App Engine
This is Rietveld 408576698