Index: chrome/browser/ui/views/constrained_window_views.h |
=================================================================== |
--- chrome/browser/ui/views/constrained_window_views.h (revision 249524) |
+++ chrome/browser/ui/views/constrained_window_views.h (working copy) |
@@ -7,15 +7,9 @@ |
#include "ui/gfx/native_widget_types.h" |
-namespace content { |
-class BrowserContext; |
-} |
- |
namespace views { |
class DialogDelegate; |
-class NonClientFrameView; |
class Widget; |
-class WidgetDelegate; |
} |
namespace web_modal { |
@@ -38,8 +32,4 @@ |
views::Widget* CreateBrowserModalDialogViews(views::DialogDelegate* dialog, |
gfx::NativeWindow parent); |
-views::NonClientFrameView* CreateConstrainedStyleNonClientFrameView( |
- views::Widget* widget, |
- content::BrowserContext* browser_context); |
- |
#endif // CHROME_BROWSER_UI_VIEWS_CONSTRAINED_WINDOW_VIEWS_H_ |