summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_url_request.h
diff options
context:
space:
mode:
authorstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-04 00:26:11 +0000
committerstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-04 00:26:11 +0000
commit56f33994c2a8de4f240c77b324426f652a5497d7 (patch)
tree6b6b8c8ace99c9dfdd2261536e52bd711fd5d381 /chrome_frame/urlmon_url_request.h
parentd13c32787737f1822202802f062c41c38b90e5f5 (diff)
downloadchromium_src-56f33994c2a8de4f240c77b324426f652a5497d7.zip
chromium_src-56f33994c2a8de4f240c77b324426f652a5497d7.tar.gz
chromium_src-56f33994c2a8de4f240c77b324426f652a5497d7.tar.bz2
Provide parent window for Urlmon error dialogs.
Review URL: http://codereview.chromium.org/567036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38053 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/urlmon_url_request.h')
-rw-r--r--chrome_frame/urlmon_url_request.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/urlmon_url_request.h b/chrome_frame/urlmon_url_request.h
index 894a431..ebb9f56 100644
--- a/chrome_frame/urlmon_url_request.h
+++ b/chrome_frame/urlmon_url_request.h
@@ -31,7 +31,7 @@ class UrlmonUrlRequestManager :
void UseMonikerForUrl(IMoniker* moniker, IBindCtx* bind_ctx,
const std::wstring& url);
void StealMonikerFromRequest(int request_id, IMoniker** moniker);
-
+ void SetErrorDialogsParentWindow(HWND window);
private:
struct MonikerForUrl {
MonikerForUrl() {
@@ -86,6 +86,7 @@ class UrlmonUrlRequestManager :
base::WaitableEvent map_empty_;
bool stopping_;
Lock worker_thread_access_;
+ HWND err_dialog_parent_wnd_;
};
#endif // CHROME_FRAME_URLMON_URL_REQUEST_H_