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

Unified Diff: chrome/common/extensions/api/file_browser_private.idl

Issue 530553006: Remove "Move window to..." from gear menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: 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();
};
};

Powered by Google App Engine
This is Rietveld 408576698