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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/test_util/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/test_util/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/test_util/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/test_util/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..93af8adccf5ed7508371cdc6c13325f4ab421a66
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/file_system_provider/test_util/manifest.json
@@ -0,0 +1,14 @@
+{
+ // chrome-extension://gfnblenhaahcnmfdbebgincjohfkbnch
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0b1LCxB5JC35WfAxAx/R4f9xWh6ZP3HwGHX+4XM5yZlI0+xtMN6B5Q2oy0+AIVtkgsKdFDJlaNBmfx0VUQnJA7aoXugxgbM/VtNqDYOg4OSiDgtyRaBWTzbE7/VFkkA4JzkKnTGZKNJSJvT3zS13dZ0xi20N0zgsUhnFk6WQj7nFeT4mjlMRdHe7tg5kim/+KxtQZGany6H+tlKgK1JjK6AMEuKCQ1nRXuhmOpm1hMk+1Iv94HjeESwtlYbch/ksF02yjc/n09ce04u5yWgz76IouxS7685rQlkGfVLLWeBfRS3UEVtVuFg3SpaVeBP2V4HaG/FeV15etyU9THGPHwIDAQAB",
+ "name": "Test Utilities",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description":
+ "Test utils for chrome.fileSystemProvider.* tests.",
+
+ "background": {
+ "scripts": ["test_util.js"]
+ },
+ "web_accessible_resources": ["test_util.js"]
+}

Powered by Google App Engine
This is Rietveld 408576698