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

Unified Diff: content/common/plugin_messages.h

Issue 7054068: Make sandboxed Flash work under UIPI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/plugin_process_host.cc ('k') | content/plugin/webplugin_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/plugin_messages.h
===================================================================
--- content/common/plugin_messages.h (revision 87939)
+++ content/common/plugin_messages.h (working copy)
@@ -101,6 +101,10 @@
IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_DownloadUrl,
std::string /* URL */,
HWND /* caller window */)
+
+IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_ReparentPluginWindow,
+ HWND /* window */,
+ HWND /* parent */)
#endif
#if defined(USE_X11)
« no previous file with comments | « content/browser/plugin_process_host.cc ('k') | content/plugin/webplugin_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698