OLD | NEW |
---|---|
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Multiply-included message file, so no include guard. | 5 // Multiply-included message file, so no include guard. |
6 | 6 |
7 #include <map> | 7 #include <map> |
8 #include <string> | 8 #include <string> |
9 #include <vector> | 9 #include <vector> |
10 | 10 |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
93 base::string16 /* title */) | 93 base::string16 /* title */) |
94 IPC_SYNC_MESSAGE_CONTROL3_0(ClipboardHostMsg_WriteImage, | 94 IPC_SYNC_MESSAGE_CONTROL3_0(ClipboardHostMsg_WriteImage, |
95 ui::ClipboardType /* type */, | 95 ui::ClipboardType /* type */, |
96 gfx::Size /* size */, | 96 gfx::Size /* size */, |
97 base::SharedMemoryHandle /* bitmap handle */) | 97 base::SharedMemoryHandle /* bitmap handle */) |
98 IPC_MESSAGE_CONTROL1(ClipboardHostMsg_CommitWrite, ui::ClipboardType /* type */) | 98 IPC_MESSAGE_CONTROL1(ClipboardHostMsg_CommitWrite, ui::ClipboardType /* type */) |
99 | 99 |
100 #if defined(OS_MACOSX) | 100 #if defined(OS_MACOSX) |
101 IPC_MESSAGE_CONTROL1(ClipboardHostMsg_FindPboardWriteStringAsync, | 101 IPC_MESSAGE_CONTROL1(ClipboardHostMsg_FindPboardWriteStringAsync, |
102 base::string16 /* text */) | 102 base::string16 /* text */) |
103 #endif | 103 #endif // CONTENT_COMMON_CLIPBOARD_MESSAGES_H_ |
Avi (use Gerrit)
2015/02/25 20:28:30
// defined(OS_MACOSX)
(and, as this file has no i
tfarina
2015/02/25 20:35:30
Done.
| |
OLD | NEW |