Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: content/common/pepper_messages.h

Issue 21192002: Remove more methods from PluginDelegate. Some I moved the implementationto the callers. For others,… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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, no traditional include guard 5 // Multiply-included message file, no traditional include guard
6 #include "content/common/content_export.h" 6 #include "content/common/content_export.h"
7 #include "ipc/ipc_message_macros.h" 7 #include "ipc/ipc_message_macros.h"
8 #include "ipc/ipc_platform_file.h" 8 #include "ipc/ipc_platform_file.h"
9 #include "ppapi/c/private/ppb_flash.h" 9 #include "ppapi/c/private/ppb_flash.h"
10 #include "ppapi/proxy/ppapi_param_traits.h" 10 #include "ppapi/proxy/ppapi_param_traits.h"
11 #include "url/gurl.h"
11 12
12 #undef IPC_MESSAGE_EXPORT 13 #undef IPC_MESSAGE_EXPORT
13 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT 14 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT
14 #define IPC_MESSAGE_START PepperMsgStart 15 #define IPC_MESSAGE_START PepperMsgStart
15 16
16 IPC_ENUM_TRAITS(PP_FlashLSORestrictions) 17 IPC_ENUM_TRAITS(PP_FlashLSORestrictions)
17 18
18 // Pepper (non-file-system) messages sent from the renderer to the browser. 19 // Pepper (non-file-system) messages sent from the renderer to the browser.
19 20
20 IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset, 21 IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset,
21 base::Time /* t */, 22 base::Time /* t */,
22 double /* result */) 23 double /* result */)
23 24
24 IPC_SYNC_MESSAGE_CONTROL2_1(PepperMsg_GetLocalDataRestrictions, 25 IPC_SYNC_MESSAGE_CONTROL2_1(PepperMsg_GetLocalDataRestrictions,
25 GURL /* document_url */, 26 GURL /* document_url */,
26 GURL /* plugin_url */, 27 GURL /* plugin_url */,
27 PP_FlashLSORestrictions /* restrictions */) 28 PP_FlashLSORestrictions /* restrictions */)
OLDNEW
« no previous file with comments | « no previous file | content/public/renderer/render_view_observer.h » ('j') | content/public/renderer/render_view_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698