Commit 91a0f4cd authored by oshima@chromium.org's avatar oshima@chromium.org

Revert r112055 "Add debug message to troubleshoot test failures on aura bot"

TBR=sky@chromium.org
BUG=104396
TEST=none


Review URL: http://codereview.chromium.org/8771016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112613 0039d316-1c4b-4281-b951-d872f2087c98
parent b17737a7
......@@ -360,8 +360,6 @@ DesktopHostLinux::~DesktopHostLinux() {
base::MessagePumpDispatcher::DispatchStatus DesktopHostLinux::Dispatch(
XEvent* xev) {
DLOG(WARNING) << "DispatchEvent:" << xev->type;
bool handled = false;
CheckXEventForConsistency(xev);
......@@ -590,8 +588,7 @@ void DesktopHostLinux::PostNativeEvent(const base::NativeEvent& native_event) {
default:
break;
}
Status status = XSendEvent(xdisplay_, xwindow_, False, 0, &xevent);
DLOG(WARNING) << "PostEvent:" << xevent.type << ", status=" << status;
XSendEvent(xdisplay_, xwindow_, False, 0, &xevent);
}
void DesktopHostLinux::WillDestroyCurrentMessageLoop() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment