summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
diff options
context:
space:
mode:
authorandresantoso <andresantoso@chromium.org>2015-03-09 10:57:15 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-09 17:57:44 +0000
commit9bae20080c1dce3ed4040b5a5638c9dc2731c2e9 (patch)
tree5ea6a1976274f960813f7ee149a67f70f313e8b1 /chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
parent32f8b1c3d6a0e0f967c27ecd1754efed849106c6 (diff)
downloadchromium_src-9bae20080c1dce3ed4040b5a5638c9dc2731c2e9.zip
chromium_src-9bae20080c1dce3ed4040b5a5638c9dc2731c2e9.tar.gz
chromium_src-9bae20080c1dce3ed4040b5a5638c9dc2731c2e9.tar.bz2
Remove NativeWebContentsModalDialog and NativePopup typedefs.
The typedefs in native_web_contents_modal_dialog.h are no longer needed after http://crrev.com/866263008. This change removes them, as discussed in that CL. Review URL: https://codereview.chromium.org/985133002 Cr-Commit-Position: refs/heads/master@{#319679}
Diffstat (limited to 'chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h')
-rw-r--r--chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
index 3a219e4..973608f 100644
--- a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
+++ b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
@@ -36,7 +36,7 @@ class ConstrainedWebDialogDelegateBase
void OnDialogCloseFromWebUI() override;
void ReleaseWebContentsOnDialogClose() override;
content::WebContents* GetWebContents() override;
- web_modal::NativeWebContentsModalDialog GetNativeDialog() override;
+ gfx::NativeWindow GetNativeDialog() override;
gfx::Size GetMinimumSize() const override;
gfx::Size GetMaximumSize() const override;
gfx::Size GetPreferredSize() const override;