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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json

Issue 374543002: [fsp] Simplify browser tests by extracting the common code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 5 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/file_system_provider/mount/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json
index e7ef5861b0f274f94a76d58e0522ba2b21f3808a..5f2872aed4c692c8dd2db0439a0c466e8424bd9c 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json
@@ -7,7 +7,10 @@
"permissions": ["fileSystemProvider", "fileBrowserPrivate"],
"app": {
"background": {
- "scripts": ["test.js"]
+ "scripts": [
+ "chrome-extension://gfnblenhaahcnmfdbebgincjohfkbnch/test_util.js",
+ "test.js"
+ ]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698