Windows: Allow the JS dialog message hook to be shared across multiple browser windows (issue #605).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@654 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2012-05-29 18:06:22 +00:00
parent 71773b5bbc
commit 584bd26331
2 changed files with 13 additions and 1 deletions

View File

@ -58,6 +58,7 @@ class CefJavaScriptDialog {
static bool UninstallMessageHook();
static LRESULT CALLBACK GetMsgProc(int code, WPARAM wparam, LPARAM lparam);
static HHOOK msg_hook_;
static int msg_hook_user_count_;
#endif
DISALLOW_COPY_AND_ASSIGN(CefJavaScriptDialog);