From 5e37c45f06e1a574b08588c6679c977eb4f8ee47 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Tue, 6 Sep 2011 19:31:39 +0000 Subject: Preliminary work to allow Chrome to build with USE_AURA. This gets browser.lib to build. http://crbug.com/93947 TEST=none Review URL: http://codereview.chromium.org/7834048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99787 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/automation_messages_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/automation_messages_internal.h') diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h index e8c2520..55020c6 100644 --- a/chrome/common/automation_messages_internal.h +++ b/chrome/common/automation_messages_internal.h @@ -852,7 +852,7 @@ IPC_MESSAGE_ROUTED2(AutomationMsg_NavigationFailed, int, GURL) -#if defined(OS_WIN) +#if defined(OS_WIN) && !defined(USE_AURA) // This message is an outgoing message from an automation client to Chrome. // It is used to reposition a chrome tab window. IPC_MESSAGE_CONTROL2(AutomationMsg_TabReposition, -- cgit v1.1