[email protected] | aa24087 | 2012-03-28 18:14:00 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | f055793 | 2011-01-25 20:20:51 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | 0e60083 | 2011-03-16 03:12:09 | [diff] [blame] | 5 | // Multiply-included message file, no traditional include guard |
[email protected] | 97efb8e | 2011-10-04 17:16:16 | [diff] [blame] | 6 | #include "content/common/content_export.h" |
[email protected] | f055793 | 2011-01-25 20:20:51 | [diff] [blame] | 7 | #include "ipc/ipc_message_macros.h" |
[email protected] | f055793 | 2011-01-25 20:20:51 | [diff] [blame] | 8 | #include "ipc/ipc_platform_file.h" |
[email protected] | ea628e3 | 2012-08-02 21:50:16 | [diff] [blame] | 9 | #include "ppapi/c/private/ppb_flash.h" |
[email protected] | 373a95a | 2011-07-01 16:58:14 | [diff] [blame] | 10 | #include "ppapi/proxy/ppapi_param_traits.h" |
[email protected] | 0e60083 | 2011-03-16 03:12:09 | [diff] [blame] | 11 | |
[email protected] | 97efb8e | 2011-10-04 17:16:16 | [diff] [blame] | 12 | #undef IPC_MESSAGE_EXPORT |
13 | #define IPC_MESSAGE_EXPORT CONTENT_EXPORT | ||||
[email protected] | 127dd58 | 2011-03-16 21:32:10 | [diff] [blame] | 14 | #define IPC_MESSAGE_START PepperMsgStart |
[email protected] | 0e60083 | 2011-03-16 03:12:09 | [diff] [blame] | 15 | |
[email protected] | ea628e3 | 2012-08-02 21:50:16 | [diff] [blame] | 16 | IPC_ENUM_TRAITS(PP_FlashLSORestrictions) |
17 | |||||
[email protected] | f055793 | 2011-01-25 20:20:51 | [diff] [blame] | 18 | // Pepper (non-file-system) messages sent from the renderer to the browser. |
19 | |||||
[email protected] | 4d3aec1 | 2011-04-21 23:07:45 | [diff] [blame] | 20 | IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset, |
21 | base::Time /* t */, | ||||
22 | double /* result */) | ||||
[email protected] | 595a5ed | 2012-05-04 00:39:16 | [diff] [blame] | 23 | |
[email protected] | ea628e3 | 2012-08-02 21:50:16 | [diff] [blame] | 24 | IPC_SYNC_MESSAGE_CONTROL2_1(PepperMsg_GetLocalDataRestrictions, |
25 | GURL /* document_url */, | ||||
26 | GURL /* plugin_url */, | ||||
27 | PP_FlashLSORestrictions /* restrictions */) |