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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/thumbnail/test.js

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/thumbnail/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/thumbnail/test.js b/chrome/test/data/extensions/api_test/file_system_provider/thumbnail/test.js
index 0916a71b754efd5252653dd9e050ff9a9a31f33e..2981844e1a2f2fa246e3eb557b24cc0e7d97bd55 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/thumbnail/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/thumbnail/test.js
@@ -166,7 +166,7 @@ function runTests() {
TESTING_WITH_VALID_THUMBNAIL_FILE.name,
{create: false},
function(fileEntry) {
- chrome.fileBrowserPrivate.getEntryProperties(
+ chrome.fileManagerPrivate.getEntryProperties(
[fileEntry.toURL()],
function(fileProperties) {
chrome.test.assertEq(1, fileProperties.length);
@@ -195,7 +195,7 @@ function runTests() {
TESTING_WITH_INVALID_THUMBNAIL_FILE.name,
{create: false},
function(fileEntry) {
- chrome.fileBrowserPrivate.getEntryProperties(
+ chrome.fileManagerPrivate.getEntryProperties(
[fileEntry.toURL()],
function(fileProperties) {
chrome.test.assertEq(1, fileProperties.length);

Powered by Google App Engine
This is Rietveld 408576698