| Index: components/arc/common/arc_instance_messages.h
|
| diff --git a/components/arc/common/arc_instance_messages.h b/components/arc/common/arc_instance_messages.h
|
| index fec9c6788c2924203c264105983eb722b373881e..5cf0df6b29af02d621a041c18c3298243f279368 100644
|
| --- a/components/arc/common/arc_instance_messages.h
|
| +++ b/components/arc/common/arc_instance_messages.h
|
| @@ -54,3 +54,8 @@ IPC_MESSAGE_CONTROL3(ArcInstanceMsg_RequestAppIcon,
|
| IPC_MESSAGE_CONTROL2(ArcInstanceMsg_SendNotificationEventToAndroid,
|
| std::string /* key */,
|
| arc::ArcNotificationEvent /* event */);
|
| +
|
| +// Sends the Chrome clipboard content to Android side.
|
| +// |data| is the clipboard data being sent.
|
| +IPC_MESSAGE_CONTROL1(ArcInstanceMsg_SendClipboardContentToAndroid,
|
| + arc::ClipboardData /* data */)
|
|
|