Index: chrome_frame/chrome_frame_npapi.h |
diff --git a/chrome_frame/chrome_frame_npapi.h b/chrome_frame/chrome_frame_npapi.h |
index 5101592d6f95ebb99eef6fde44203b234288b97d..d60609076ab31afe4b35e99faab6ebfbb896d4ad 100644 |
--- a/chrome_frame/chrome_frame_npapi.h |
+++ b/chrome_frame/chrome_frame_npapi.h |
@@ -128,7 +128,8 @@ END_MSG_MAP() |
static void InitializeIdentifiers(); |
bool PreProcessContextMenu(HMENU menu); |
- bool HandleContextMenuCommand(UINT cmd, const IPC::ContextMenuParams& params); |
+ bool HandleContextMenuCommand(UINT cmd, |
+ const IPC::MiniContextMenuParams& params); |
protected: |
// Handler for accelerator messages passed on from the hosted chrome |
// instance. |