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