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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/read_directory/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/read_directory/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/read_directory/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/read_directory/manifest.json
index 6692f8c087730c84d507f40766b1552a9d43ba4c..8634da500aa5ddb53ac45af8302d2b5eedba619c 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/read_directory/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/read_directory/manifest.json
@@ -12,7 +12,10 @@
],
"app": {
"background": {
- "scripts": ["test.js"]
+ "scripts": [
+ "chrome-extension://gfnblenhaahcnmfdbebgincjohfkbnch/test_util.js",
+ "test.js"
+ ]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698