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

Side by Side Diff: content/common/browser_plugin/browser_plugin_messages.h

Issue 272573005: <webview>: Move NewWindow API to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_rename
Patch Set: Merge with ToT Created 6 years, 7 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 | « content/common/browser_plugin/browser_plugin_constants.cc ('k') | content/content_common.gypi » ('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) 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 header, no traditional include guard. 5 // Multiply-included message header, no traditional include guard.
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/process/process.h" 10 #include "base/process/process.h"
11 #include "base/values.h" 11 #include "base/values.h"
12 #include "content/common/content_export.h" 12 #include "content/common/content_export.h"
13 #include "content/common/content_param_traits.h" 13 #include "content/common/content_param_traits.h"
14 #include "content/common/cursors/webcursor.h" 14 #include "content/common/cursors/webcursor.h"
15 #include "content/common/edit_command.h" 15 #include "content/common/edit_command.h"
16 #include "content/common/frame_param_macros.h" 16 #include "content/common/frame_param_macros.h"
17 #include "content/public/common/browser_plugin_permission_type.h"
18 #include "content/public/common/common_param_traits.h" 17 #include "content/public/common/common_param_traits.h"
19 #include "content/public/common/drop_data.h" 18 #include "content/public/common/drop_data.h"
20 #include "ipc/ipc_channel_handle.h" 19 #include "ipc/ipc_channel_handle.h"
21 #include "ipc/ipc_message_macros.h" 20 #include "ipc/ipc_message_macros.h"
22 #include "ipc/ipc_message_utils.h" 21 #include "ipc/ipc_message_utils.h"
23 #include "third_party/WebKit/public/web/WebCompositionUnderline.h" 22 #include "third_party/WebKit/public/web/WebCompositionUnderline.h"
24 #include "third_party/WebKit/public/web/WebDragOperation.h" 23 #include "third_party/WebKit/public/web/WebDragOperation.h"
25 #include "third_party/WebKit/public/web/WebDragStatus.h" 24 #include "third_party/WebKit/public/web/WebDragStatus.h"
26 #include "third_party/skia/include/core/SkBitmap.h" 25 #include "third_party/skia/include/core/SkBitmap.h"
27 #include "ui/gfx/point.h" 26 #include "ui/gfx/point.h"
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 // See comment about BrowserPluginMsg_BuffersSwapped and 320 // See comment about BrowserPluginMsg_BuffersSwapped and
322 // BrowserPluginMsg_CompositorFrameSwapped for how these related 321 // BrowserPluginMsg_CompositorFrameSwapped for how these related
323 // to the FrameHostMsg variants. 322 // to the FrameHostMsg variants.
324 IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_BuffersSwappedACK, 323 IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_BuffersSwappedACK,
325 FrameHostMsg_BuffersSwappedACK_Params /* params */) 324 FrameHostMsg_BuffersSwappedACK_Params /* params */)
326 325
327 // Acknowledge that we presented an ubercomp frame. 326 // Acknowledge that we presented an ubercomp frame.
328 IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_CompositorFrameSwappedACK, 327 IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_CompositorFrameSwappedACK,
329 int /* instance_id */, 328 int /* instance_id */,
330 FrameHostMsg_CompositorFrameSwappedACK_Params /* params */) 329 FrameHostMsg_CompositorFrameSwappedACK_Params /* params */)
OLDNEW
« no previous file with comments | « content/common/browser_plugin/browser_plugin_constants.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698