diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 21:31:33 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 21:31:33 +0000 |
commit | 565477eb0d0c55a21e4b7d8967c13b998f119f09 (patch) | |
tree | 3e4ce6d76998d1db08e2828a768eda43bc6e83e6 /content/common/text_input_client_messages.h | |
parent | 3407be1e5f0e5340efefc3b2f6aa07fdc44b96fb (diff) | |
download | chromium_src-565477eb0d0c55a21e4b7d8967c13b998f119f09.zip chromium_src-565477eb0d0c55a21e4b7d8967c13b998f119f09.tar.gz chromium_src-565477eb0d0c55a21e4b7d8967c13b998f119f09.tar.bz2 |
Export IPC messages used by mac tests
BUG=90078
TEST=none
TBR=jam
Review URL: http://codereview.chromium.org/9701091
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/text_input_client_messages.h')
-rw-r--r-- | content/common/text_input_client_messages.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/common/text_input_client_messages.h b/content/common/text_input_client_messages.h index c42a32a..05d19b8 100644 --- a/content/common/text_input_client_messages.h +++ b/content/common/text_input_client_messages.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -13,6 +13,8 @@ #endif #define IPC_MESSAGE_START TextInputClientMsgStart +#undef IPC_MESSAGE_EXPORT +#define IPC_MESSAGE_EXPORT CONTENT_EXPORT // Browser -> Renderer Messages //////////////////////////////////////////////// // These messages are sent from the browser to the renderer. Each one has a |