diff options
author | dimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-09 23:57:45 +0000 |
---|---|---|
committer | dimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-09 23:57:45 +0000 |
commit | 45190c6ec9e3cde4e15bfb9962f56eb673cbcb5e (patch) | |
tree | da0e293699912d223ca14f871cecb310ab6f76c7 /chrome/common | |
parent | aedcee6b23ff2d833c0cf57cec4fdc6547d2e77b (diff) | |
download | chromium_src-45190c6ec9e3cde4e15bfb9962f56eb673cbcb5e.zip chromium_src-45190c6ec9e3cde4e15bfb9962f56eb673cbcb5e.tar.gz chromium_src-45190c6ec9e3cde4e15bfb9962f56eb673cbcb5e.tar.bz2 |
Enable rearrangement of Panels on Mac by dragging.
TEST=PanelBrowserTest.DragPanels
Review URL: http://codereview.chromium.org/7857002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_notification_types.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h index 60f62ea..bdecc9b 100644 --- a/chrome/common/chrome_notification_types.h +++ b/chrome/common/chrome_notification_types.h @@ -894,6 +894,11 @@ enum NotificationType { // enable/disable status. NOTIFICATION_PLUGIN_ENABLE_STATUS_CHANGED, + // Panels Notifications. The Panels are small browser windows near the bottom + // of the screen. + // Sent when all nonblocking bounds animations are finished across panels. + NOTIFICATION_PANEL_BOUNDS_ANIMATIONS_FINISHED, + // Note:- // Currently only Content and Chrome define and use notifications. // Custom notifications not belonging to Content and Chrome should start |