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

Unified Diff: ui/file_manager/file_manager/background/js/device_handler.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/background/js/device_handler.js
diff --git a/ui/file_manager/file_manager/background/js/device_handler.js b/ui/file_manager/file_manager/background/js/device_handler.js
index 04396ef75a0a2e84d2c0e19e6e96ca25a72c34d6..66ddc5205dd501bef76a83fa05b8df157c976cd8 100644
--- a/ui/file_manager/file_manager/background/js/device_handler.js
+++ b/ui/file_manager/file_manager/background/js/device_handler.js
@@ -27,9 +27,9 @@ function DeviceHandler() {
*/
this.navigationVolumes_ = {};
- chrome.fileBrowserPrivate.onDeviceChanged.addListener(
+ chrome.fileManagerPrivate.onDeviceChanged.addListener(
this.onDeviceChanged_.bind(this));
- chrome.fileBrowserPrivate.onMountCompleted.addListener(
+ chrome.fileManagerPrivate.onMountCompleted.addListener(
this.onMountCompleted_.bind(this));
chrome.notifications.onButtonClicked.addListener(
this.onNotificationButtonClicked_.bind(this));

Powered by Google App Engine
This is Rietveld 408576698