| Index: chrome/common/extensions/api/file_manager_private.idl
|
| diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl
|
| index 58885267cdbad164605f38604ebb5c6619759b18..bc76709aad1e00edb4e6cbf54f87434e5db60a3c 100644
|
| --- a/chrome/common/extensions/api/file_manager_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -1005,5 +1005,7 @@ interface Events {
|
| static void onDeviceChanged(DeviceEvent event);
|
|
|
| static void onDriveSyncError(DriveSyncErrorEvent event);
|
| +
|
| + static void onAppsUpdated();
|
| };
|
| };
|
|
|