| Index: chrome/test/data/extensions/api_test/file_browser/mount_test/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/file_browser/mount_test/manifest.json b/chrome/test/data/extensions/api_test/file_browser/mount_test/manifest.json
|
| index f698bfcc02cf195220a6f39143feabe543d88367..a9f6406dda29455482b2ed8ef8faeca76f8a6ea2 100644
|
| --- a/chrome/test/data/extensions/api_test/file_browser/mount_test/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/file_browser/mount_test/manifest.json
|
| @@ -1,14 +1,14 @@
|
| {
|
| "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxGa4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==",
|
| - "name": "chrome.fileBrowserPrivate Mount Tests",
|
| + "name": "chrome.fileManagerPrivate Mount Tests",
|
| "version": "0.1",
|
| "manifest_version": 2,
|
| - "description": "Tests of chrome.fileBrowserPrivate component extension methods that communicate with MountLibrary",
|
| + "description": "Tests of chrome.fileManagerPrivate component extension methods that communicate with MountLibrary",
|
| "background": {
|
| "scripts": ["background.js"]
|
| },
|
| "permissions": [
|
| - "fileBrowserPrivate"
|
| + "fileManagerPrivate"
|
| ]
|
| }
|
|
|
|
|