diff options
author | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 19:52:16 +0000 |
---|---|---|
committer | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 19:52:16 +0000 |
commit | 753efc479384c254e263fd11390846a060fa6ce0 (patch) | |
tree | 488097f0622c5d744059f3c2ada4894b683c5305 /chrome/test | |
parent | 5e4d24d67febed160e2020f5c8f13d8073921fc4 (diff) | |
download | chromium_src-753efc479384c254e263fd11390846a060fa6ce0.zip chromium_src-753efc479384c254e263fd11390846a060fa6ce0.tar.gz chromium_src-753efc479384c254e263fd11390846a060fa6ce0.tar.bz2 |
BSD ifdefs, etc. necessary for chrome/
Review URL: http://codereview.chromium.org/656009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index 6a18cd3..ddd9eba 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -1026,7 +1026,7 @@ IPC_BEGIN_MESSAGES(Automation) int /* browser_handle */, bool /* is_visible */) -#if defined(OS_LINUX) || defined(OS_MACOSX) +#if defined(OS_POSIX) // See previous definition of this message for explanation of why it is // defined twice. IPC_MESSAGE_ROUTED3(AutomationMsg_WindowClick, int, gfx::Point, int) @@ -1103,12 +1103,12 @@ IPC_BEGIN_MESSAGES(Automation) gfx::NativeWindow /* Tab window */, int /* Handle to the new tab */) -#if defined(OS_LINUX) || defined(OS_MACOSX) +#if defined(OS_POSIX) // TODO(estade): this should be merged with the windows message of the same // name. See comment for WindowClick. IPC_SYNC_MESSAGE_ROUTED4_1(AutomationMsg_WindowDrag, int, std::vector<gfx::Point>, int, bool, bool) -#endif // defined(OS_LINUX) || defined(OS_MACOSX) +#endif // defined(OS_POSIX) // This message gets the bounds of the window. // Request: |