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

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

Powered by Google App Engine
This is Rietveld 408576698