Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(948)

Unified Diff: chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h

Issue 319013002: Reland Fix Views web-modal dialog widget creation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert MediaGalleriesScanResultDialogViews::AcceptDialogForTesting. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
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 0c984608dc132f342799ad87d71f55d64ea94dda..344d200dcb38cc13c68eec6cd1616967019943b8 100644
--- a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
+++ b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
@@ -23,17 +23,15 @@ class ConstrainedWebDialogDelegateBase
: public ConstrainedWebDialogDelegate,
public ui::WebDialogWebContentsDelegate {
public:
- ConstrainedWebDialogDelegateBase(
- content::BrowserContext* browser_context,
- ui::WebDialogDelegate* delegate,
- WebDialogWebContentsDelegate* tab_delegate);
+ ConstrainedWebDialogDelegateBase(content::BrowserContext* browser_context,
+ ui::WebDialogDelegate* delegate,
+ WebDialogWebContentsDelegate* tab_delegate);
virtual ~ConstrainedWebDialogDelegateBase();
bool closed_via_webui() const;
// ConstrainedWebDialogDelegate interface.
- virtual const ui::WebDialogDelegate*
- GetWebDialogDelegate() const OVERRIDE;
+ virtual const ui::WebDialogDelegate* GetWebDialogDelegate() const OVERRIDE;
virtual ui::WebDialogDelegate* GetWebDialogDelegate() OVERRIDE;
virtual void OnDialogCloseFromWebUI() OVERRIDE;
virtual void ReleaseWebContentsOnDialogClose() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698