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

Unified Diff: ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.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: ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js b/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js
index 66ad6f91fc6724dc7259cd6041283b29d8f00932..1293881f64baae99d0efd4dc25e23910cfe098b1 100644
--- a/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js
+++ b/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js
@@ -842,7 +842,7 @@ ExternalProvider.prototype.callApi_ = function() {
// TODO(mtomasz): Move conversion from entry to url to custom bindings.
// crbug.com/345527.
var entryURLs = util.entriesToURLs(entries);
- chrome.fileBrowserPrivate.getEntryProperties(
+ chrome.fileManagerPrivate.getEntryProperties(
entryURLs,
function(propertiesList) {
console.assert(propertiesList.length === callbacks.length);
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/file_watcher.js ('k') | ui/file_manager/file_manager/foreground/js/metrics.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698