Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / constrained_window_views.h
index 3ee2753..aae0ae1 100644 (file)
@@ -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 @@ void UpdateBrowserModalDialogPosition(
 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_