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

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

Issue 10214001: WebDialogs (Closed) Base URL: svn://svn.chromium.org/chrome/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 133926)
+++ chrome/browser/ui/browser.h (working copy)
@@ -62,7 +62,6 @@
class ExtensionWindowController;
class FindBarController;
class FullscreenController;
-class HtmlDialogUIDelegate;
class InstantController;
class InstantUnloadHandler;
class PrefService;
@@ -72,6 +71,7 @@
class TabNavigation;
class TabStripModel;
struct WebApplicationInfo;
+class WebDialogDelegate;
namespace content {
class NavigationController;
@@ -495,9 +495,10 @@
// only have STYLE_GENERIC now.
// TODO(bshe): Implementing styles not related to window decoration in other
// platforms for consistency if necessary.
- gfx::NativeWindow BrowserShowHtmlDialog(HtmlDialogUIDelegate* delegate,
- gfx::NativeWindow parent_window,
- DialogStyle style);
+ gfx::NativeWindow BrowserShowWebDialog(
+ WebDialogDelegate* delegate,
+ gfx::NativeWindow parent_window,
+ DialogStyle style);
// Called when a popup select is about to be displayed.
void BrowserRenderWidgetShowing();

Powered by Google App Engine
This is Rietveld 408576698