summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
diff options
context:
space:
mode:
authorfukino <fukino@chromium.org>2014-09-01 04:04:14 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-01 11:06:20 +0000
commit46c5b30d31a0fa9b5f8200af08d80babbf305d41 (patch)
treec6a74c413780be92fe9f0eb57bee6bc5e426467b /chrome/common/extensions
parent6e873ef3ec639f9db3afd4d9082d51b49dc4c4df (diff)
downloadchromium_src-46c5b30d31a0fa9b5f8200af08d80babbf305d41.zip
chromium_src-46c5b30d31a0fa9b5f8200af08d80babbf305d41.tar.gz
chromium_src-46c5b30d31a0fa9b5f8200af08d80babbf305d41.tar.bz2
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}
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();
};
};