From 46c5b30d31a0fa9b5f8200af08d80babbf305d41 Mon Sep 17 00:00:00 2001 From: fukino Date: Mon, 1 Sep 2014 04:04:14 -0700 Subject: Remove "Move window to..." from gear menu. This CL removes: - "Move window to..." menu item from the gear menu. - Remove APIs fileBrowserPrivate.onProfileAdded and fileBrowserPrivate.onDesktopChanged as they are used only for updating gear menu. - Remove corresponding tests. BUG=408965 TEST=run browser_test, unit_tests TBR=benwells@chromium.org # TBRing for just removing unused events from file_browser_private.idl Review URL: https://codereview.chromium.org/530553006 Cr-Commit-Position: refs/heads/master@{#292860} --- chrome/common/extensions/api/file_browser_private.idl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'chrome/common/extensions') 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(); }; }; -- cgit v1.1