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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/mime_type/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_system_provider/mime_type/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/mime_type/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/mime_type/manifest.json
index 8ed7344dfc3262a9cc0cf85022c8b2a91a05c7b3..0a3f4e52de955131e14d072c016d752fbb4b6716 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/mime_type/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/mime_type/manifest.json
@@ -7,7 +7,7 @@
"Test for chrome.fileSystemProvider.onGetMetadataRequested(). Mime types.",
"permissions": [
"fileSystemProvider",
- "fileBrowserPrivate",
+ "fileManagerPrivate",
"fileBrowserHandler"
],
"file_handlers": {

Powered by Google App Engine
This is Rietveld 408576698