diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-14 19:24:31 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-14 19:24:31 +0000 |
commit | 2d46c8462c1c9104c100ee1f3414db754b897a8f (patch) | |
tree | d97575e12d73eaee70516a069bebcde26804a28c /chrome/browser/tab_contents_delegate.h | |
parent | 5190d28cbce355d98236bd06beee5099f4da3790 (diff) | |
download | chromium_src-2d46c8462c1c9104c100ee1f3414db754b897a8f.zip chromium_src-2d46c8462c1c9104c100ee1f3414db754b897a8f.tar.gz chromium_src-2d46c8462c1c9104c100ee1f3414db754b897a8f.tar.bz2 |
Rid most of the Browser object of HWND dependencies.
Review URL: http://codereview.chromium.org/10929
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents_delegate.h')
-rw-r--r-- | chrome/browser/tab_contents_delegate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents_delegate.h b/chrome/browser/tab_contents_delegate.h index 2365757..c845dec 100644 --- a/chrome/browser/tab_contents_delegate.h +++ b/chrome/browser/tab_contents_delegate.h @@ -123,10 +123,10 @@ class TabContentsDelegate : public PageNavigator { // Show a dialog with HTML content. |delegate| contains a pointer to the // delegate who knows how to display the dialog (which file URL and JSON - // string input to use during initialization). |parent_hwnd| is the window + // string input to use during initialization). |parent_window| is the window // that should be parent of the dialog, or NULL for the default. virtual void ShowHtmlDialog(HtmlDialogContentsDelegate* delegate, - HWND parent_hwnd) { } + void* parent_window) { } // Tells us that we've finished firing this tab's beforeunload event. // The proceed bool tells us whether the user chose to proceed closing the |