| Index: chrome/common/extensions/api/file_browser_private.idl
|
| diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
|
| index b6fb84bdc8e4f9a5a08d08b192d766e43dd4d67b..22259e4ed81dc9aae6f56c40f134c89d417ed8db 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.idl
|
| +++ b/chrome/common/extensions/api/file_browser_private.idl
|
| @@ -811,12 +811,5 @@ interface Events {
|
| static void onDeviceChanged(DeviceEvent event);
|
|
|
| static void onDriveSyncError(DriveSyncErrorEvent event);
|
| -
|
| - // Dispatched when a profile is added.
|
| - static void onProfileAdded();
|
| -
|
| - // Dispatched when any window moves another desktop.
|
| - // TODO(hirono): Add information which window is moved.
|
| - static void onDesktopChanged();
|
| };
|
| };
|
|
|