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

Unified Diff: chrome/browser/ui/browser_dialogs.h

Issue 10353007: Extract a minimal subset of WebDialogUI/WebDialogDelegate from src/chrome -> src/ui/web_dialogs Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 8 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/browser_dialogs.h
===================================================================
--- chrome/browser/ui/browser_dialogs.h (revision 134857)
+++ chrome/browser/ui/browser_dialogs.h (working copy)
@@ -16,7 +16,10 @@
class TabContentsWrapper;
class TabModalConfirmDialogDelegate;
class TemplateURL;
+
+namespace views {
class WebDialogDelegate;
+}
namespace content {
class WebContents;
@@ -44,7 +47,7 @@
gfx::NativeWindow ShowWebDialog(gfx::NativeWindow parent,
Profile* profile,
Browser* browser,
- WebDialogDelegate* delegate);
+ views::WebDialogDelegate* delegate);
// Shows the collected cookies dialog box.
void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window,

Powered by Google App Engine
This is Rietveld 408576698