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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/read_file/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_file/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/read_file/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/read_file/manifest.json
index 339c3cf426790fd21dc7ba0d2a8d84b89f42be7c..2c194ac49021eb77bc351beffa60d6e806d8ed8d 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/read_file/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/read_file/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