| 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));
|
|
|