summaryrefslogtreecommitdiffstats
path: root/ui/metro_viewer
diff options
context:
space:
mode:
authornkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 15:39:30 +0000
committernkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 15:39:30 +0000
commit77d0fa87ddab5e40b0eefef3b5c5d48dce2ed7d1 (patch)
tree62f4c1c3af2c2e1afa6c8ac833a4b6d60b10b50c /ui/metro_viewer
parent23c65afde045fe118aaf90364d846e0ad67e418b (diff)
downloadchromium_src-77d0fa87ddab5e40b0eefef3b5c5d48dce2ed7d1.zip
chromium_src-77d0fa87ddab5e40b0eefef3b5c5d48dce2ed7d1.tar.gz
chromium_src-77d0fa87ddab5e40b0eefef3b5c5d48dce2ed7d1.tar.bz2
Revert 201771 "Fix Ash on Windows multi-monitor support and snap..."
Breaking ash_unittests http://build.chromium.org/p/chromium.win/builders/Win8%20Aura/builds/6312 > Fix Ash on Windows multi-monitor support and snap-view sizing. > > Plumb through window size events to the remote root window host. > Also add an initial sizing message to get Ash's initial state to be correct. > > BUG=236379 > TEST=Move Ash from one monitor to another with a different size, observe that things resize themselves correctly. Also, snap Ash, observe similar goodness. > > Review URL: https://chromiumcodereview.appspot.com/15599002 TBR=robertshield@chromium.org Review URL: https://codereview.chromium.org/15891003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/metro_viewer')
-rw-r--r--ui/metro_viewer/metro_viewer_messages.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/metro_viewer/metro_viewer_messages.h b/ui/metro_viewer/metro_viewer_messages.h
index 8d0d452..f301618 100644
--- a/ui/metro_viewer/metro_viewer_messages.h
+++ b/ui/metro_viewer/metro_viewer_messages.h
@@ -145,9 +145,3 @@ IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_SetCursorPos,
// Ack sent by the viewer process indicating that the SetCursorPos operation
// was completed.
IPC_MESSAGE_CONTROL0(MetroViewerHostMsg_SetCursorPosAck)
-
-// Sent from the metro viewer process to the browser process to indicate that
-// the viewer window size has changed.
-IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_WindowSizeChanged,
- uint32, /* width */
- uint32) /* height */