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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/move_entry/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/move_entry/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/move_entry/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/move_entry/manifest.json
index fdd79b8c50ab21d0b77b619109bf2ee82e7cdc4d..8e2086dc6e88e72e442665e35c33a61dee87091c 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/move_entry/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/move_entry/manifest.json
@@ -7,7 +7,7 @@
"Test for chrome.fileSystemProvider.onCopyEntryRequested().",
"permissions": [
"fileSystemProvider",
- "fileBrowserPrivate",
+ "fileManagerPrivate",
"fileBrowserHandler"
],
"app": {

Powered by Google App Engine
This is Rietveld 408576698