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

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

Issue 10448066: Move the web dialogs code to src/ui/web_dialogs from src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/cocoa/constrained_web_dialog_delegate_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index 16174fad3966d8197da9fbbf924985b487c2d94c..dab83afa8883a4e23ac849e1ba5fecf023e9f416 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -15,7 +15,6 @@ class SkBitmap;
class TabContentsWrapper;
class TabModalConfirmDialogDelegate;
class TemplateURL;
-class WebDialogDelegate;
namespace content {
class WebContents;
@@ -25,6 +24,10 @@ namespace extensions {
class Extension;
}
+namespace ui {
+class WebDialogDelegate;
+}
+
namespace browser {
#if defined(IPC_MESSAGE_LOG_ENABLED)
@@ -47,7 +50,7 @@ void ShowAboutIPCDialog();
gfx::NativeWindow ShowWebDialog(gfx::NativeWindow parent,
Profile* profile,
Browser* browser,
- WebDialogDelegate* delegate);
+ ui::WebDialogDelegate* delegate);
// Shows the collected cookies dialog box.
void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window,
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/cocoa/constrained_web_dialog_delegate_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698