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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 // chrome-extension://gfnblenhaahcnmfdbebgincjohfkbnch
3 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0b1LCxB5JC35WfAxAx/R4f9xWh 6ZP3HwGHX+4XM5yZlI0+xtMN6B5Q2oy0+AIVtkgsKdFDJlaNBmfx0VUQnJA7aoXugxgbM/VtNqDYOg4O SiDgtyRaBWTzbE7/VFkkA4JzkKnTGZKNJSJvT3zS13dZ0xi20N0zgsUhnFk6WQj7nFeT4mjlMRdHe7tg 5kim/+KxtQZGany6H+tlKgK1JjK6AMEuKCQ1nRXuhmOpm1hMk+1Iv94HjeESwtlYbch/ksF02yjc/n09 ce04u5yWgz76IouxS7685rQlkGfVLLWeBfRS3UEVtVuFg3SpaVeBP2V4HaG/FeV15etyU9THGPHwIDAQ AB",
4 "name": "Test Utilities",
5 "version": "0.1",
6 "manifest_version": 2,
7 "description":
8 "Test utils for chrome.fileSystemProvider.* tests.",
9
10 "background": {
11 "scripts": ["test_util.js"]
12 },
13 "web_accessible_resources": ["test_util.js"]
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698