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

Side by Side Diff: chrome/common/plugin_messages_internal.h

Issue 155905: Separates ipc code from common (http://crbug.com/16829) (Closed)
Patch Set: Fixes reference to 'common_message_traits' it's actually 'common_param_traits' Created 11 years, 5 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
« no previous file with comments | « chrome/common/plugin_messages.h ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 #include "base/gfx/native_widget_types.h" 5 #include "base/gfx/native_widget_types.h"
6 #include "base/shared_memory.h" 6 #include "base/shared_memory.h"
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 #include "chrome/common/ipc_message_macros.h" 8 #include "ipc/ipc_message_macros.h"
9 #include "webkit/glue/webcursor.h" 9 #include "webkit/glue/webcursor.h"
10 10
11 #if defined(OS_POSIX) 11 #if defined(OS_POSIX)
12 #include "base/file_descriptor_posix.h" 12 #include "base/file_descriptor_posix.h"
13 #endif 13 #endif
14 14
15 //----------------------------------------------------------------------------- 15 //-----------------------------------------------------------------------------
16 // PluginProcess messages 16 // PluginProcess messages
17 // These are messages sent from the browser to the plugin process. 17 // These are messages sent from the browser to the plugin process.
18 IPC_BEGIN_MESSAGES(PluginProcess) 18 IPC_BEGIN_MESSAGES(PluginProcess)
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 IPC_SYNC_MESSAGE_ROUTED2_2(NPObjectMsg_Evaluate, 367 IPC_SYNC_MESSAGE_ROUTED2_2(NPObjectMsg_Evaluate,
368 std::string /* script */, 368 std::string /* script */,
369 bool /* popups_allowed */, 369 bool /* popups_allowed */,
370 NPVariant_Param /* result_param */, 370 NPVariant_Param /* result_param */,
371 bool /* result */) 371 bool /* result */)
372 372
373 IPC_SYNC_MESSAGE_ROUTED1_0(NPObjectMsg_SetException, 373 IPC_SYNC_MESSAGE_ROUTED1_0(NPObjectMsg_SetException,
374 std::string /* message */) 374 std::string /* message */)
375 375
376 IPC_END_MESSAGES(NPObject) 376 IPC_END_MESSAGES(NPObject)
OLDNEW
« no previous file with comments | « chrome/common/plugin_messages.h ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698