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

Unified Diff: chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/manifest.json

Issue 550863003: Rename fileBrowserPrivate to fileManagerPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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_browser/filesystem_operations_test/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/manifest.json b/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/manifest.json
index a48f22f0add1cc2735af0dfddcfe4d9c5d4285a8..5a95add0a1d7f33ab2adeee60dc702707a573be2 100644
--- a/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/manifest.json
@@ -1,9 +1,9 @@
{
"key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxGa4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==",
- "name": "chrome.fileBrowserPrivate tests",
+ "name": "chrome.fileManagerPrivate tests",
"version": "0.1",
"manifest_version": 2,
- "description": "Tests of chrome.fileBrowserPrivate.* component extension methods",
+ "description": "Tests of chrome.fileManagerPrivate.* component extension methods",
"app": {
"background": {
"scripts": ["test.js"]
@@ -11,6 +11,6 @@
},
"permissions": [
"fileBrowserHandler",
- "fileBrowserPrivate"
+ "fileManagerPrivate"
]
}

Powered by Google App Engine
This is Rietveld 408576698