summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r--chrome/common/extensions/api/file_browser_private.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
index d4f1b24..112b4d8 100644
--- a/chrome/common/extensions/api/file_browser_private.idl
+++ b/chrome/common/extensions/api/file_browser_private.idl
@@ -818,12 +818,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();
};
};