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

Unified Diff: ui/file_manager/file_manager/foreground/js/app_installer.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/app_installer.js
diff --git a/ui/file_manager/file_manager/foreground/js/app_installer.js b/ui/file_manager/file_manager/foreground/js/app_installer.js
index ce3ff70377ca416d5b9d480fd7c76599a03f381c..37224803fab16f5c1342a25ab8d5490880f1a07b 100644
--- a/ui/file_manager/file_manager/foreground/js/app_installer.js
+++ b/ui/file_manager/file_manager/foreground/js/app_installer.js
@@ -50,7 +50,7 @@ AppInstaller.USER_CANCELLED_ERROR_STR_ = 'User cancelled install';
*/
AppInstaller.prototype.install = function(callback) {
this.callback_ = callback;
- chrome.fileBrowserPrivate.installWebstoreItem(
+ chrome.fileManagerPrivate.installWebstoreItem(
this.itemId_,
false, // Shows installation prompt.
function() {
« no previous file with comments | « ui/file_manager/file_manager/common/js/util.js ('k') | ui/file_manager/file_manager/foreground/js/directory_contents.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698