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

Unified Diff: content/common/plugin_messages.h

Issue 10928072: Remove all support for the Carbon NPAPI event model (Closed) Base URL: http://git.chromium.org/chromium/src.git@test-plugin-cocoa
Patch Set: Rebase Created 8 years, 3 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 | « chrome/app/framework.order ('k') | content/plugin/plugin_carbon_interpose_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/plugin_messages.h
diff --git a/content/common/plugin_messages.h b/content/common/plugin_messages.h
index a096021ded8bf70f396dad9e20d0f642e206e464..91272d6db95e29c60ace03935908dfa08623fc7d 100644
--- a/content/common/plugin_messages.h
+++ b/content/common/plugin_messages.h
@@ -335,9 +335,8 @@ IPC_MESSAGE_ROUTED1(PluginHostMsg_URLRequest,
IPC_MESSAGE_ROUTED1(PluginHostMsg_CancelResource,
int /* id */)
-IPC_MESSAGE_ROUTED2(PluginHostMsg_InvalidateRect,
- gfx::Rect /* rect */,
- bool /* allow_buffer_flipping */)
+IPC_MESSAGE_ROUTED1(PluginHostMsg_InvalidateRect,
+ gfx::Rect /* rect */)
IPC_SYNC_MESSAGE_ROUTED1_1(PluginHostMsg_GetWindowScriptNPObject,
int /* route id */,
« no previous file with comments | « chrome/app/framework.order ('k') | content/plugin/plugin_carbon_interpose_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698