| Index: ui/file_manager/gallery/js/gallery.js
|
| diff --git a/ui/file_manager/gallery/js/gallery.js b/ui/file_manager/gallery/js/gallery.js
|
| index 00c9d49ff147ab6f5c1338057aed0c62180b48da..ca57fdea6339a64d8a788362b574f2766d9e9e1b 100644
|
| --- a/ui/file_manager/gallery/js/gallery.js
|
| +++ b/ui/file_manager/gallery/js/gallery.js
|
| @@ -597,10 +597,10 @@ Gallery.prototype.executeWhenReady = function(callback) {
|
| };
|
|
|
| /**
|
| - * @return {Object} File browser private API.
|
| + * @return {Object} File manager private API.
|
| */
|
| -Gallery.getFileBrowserPrivate = function() {
|
| - return chrome.fileBrowserPrivate || window.top.chrome.fileBrowserPrivate;
|
| +Gallery.getFileManagerPrivate = function() {
|
| + return chrome.fileManagerPrivate || window.top.chrome.fileManagerPrivate;
|
| };
|
|
|
| /**
|
|
|