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

Unified Diff: chrome/common/plugin_messages_internal.h

Issue 10895: Add Terminate() to the Process object, have RenderProcessHost use this to avo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/ipc_tests.cc ('k') | chrome/common/process_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/plugin_messages_internal.h
===================================================================
--- chrome/common/plugin_messages_internal.h (revision 5371)
+++ chrome/common/plugin_messages_internal.h (working copy)
@@ -129,8 +129,8 @@
gfx::Rect /* clip_rect */,
std::vector<gfx::Rect> /* cutout_rects */,
bool /* visible */,
- SharedMemoryHandle /* windowless_buffer */,
- SharedMemoryHandle /* background_buffer */)
+ base::SharedMemoryHandle /* windowless_buffer */,
+ base::SharedMemoryHandle /* background_buffer */)
IPC_SYNC_MESSAGE_ROUTED0_0(PluginMsg_SetFocus)
« no previous file with comments | « chrome/common/ipc_tests.cc ('k') | chrome/common/process_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698