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

Unified Diff: chrome/browser/ui/browser.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.h
===================================================================
--- chrome/browser/ui/browser.h (revision 135175)
+++ chrome/browser/ui/browser.h (working copy)
@@ -70,7 +70,10 @@
class TabNavigation;
class TabStripModel;
struct WebApplicationInfo;
+
+namespace web_dialogs {
mazda 2012/05/04 05:01:38 Please move this below gfx.
class WebDialogDelegate;
+}
namespace content {
class NavigationController;
@@ -491,8 +494,9 @@
// is the window that should be parent of the dialog, or NULL for the default.
// |style| customizes this HTML dialog decoration and layout (X button,
// throbber, default content padding).
- gfx::NativeWindow BrowserShowWebDialog(WebDialogDelegate* delegate,
- gfx::NativeWindow parent_window);
+ gfx::NativeWindow
+ BrowserShowWebDialog(web_dialogs::WebDialogDelegate* delegate,
+ gfx::NativeWindow parent_window);
// Called when a popup select is about to be displayed.
void BrowserRenderWidgetShowing();

Powered by Google App Engine
This is Rietveld 408576698