diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-06 19:31:39 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-06 19:31:39 +0000 |
commit | 5e37c45f06e1a574b08588c6679c977eb4f8ee47 (patch) | |
tree | b6e1d185cea139a1da2a07481047fb53457678b5 /chrome/common/automation_messages_internal.h | |
parent | 2c09e75ecfaf7ee8ccea38a9ec3e78e7e8c3d045 (diff) | |
download | chromium_src-5e37c45f06e1a574b08588c6679c977eb4f8ee47.zip chromium_src-5e37c45f06e1a574b08588c6679c977eb4f8ee47.tar.gz chromium_src-5e37c45f06e1a574b08588c6679c977eb4f8ee47.tar.bz2 |
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
Diffstat (limited to 'chrome/common/automation_messages_internal.h')
-rw-r--r-- | chrome/common/automation_messages_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |