| Index: chrome/browser/ui/views/apps/chrome_native_app_window_views.h
|
| diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views.h b/chrome/browser/ui/views/apps/chrome_native_app_window_views.h
|
| index 935025249b4a1d1d468bdcaca8c329c53bb54b4a..c1d044606cb69665271e88b9363651b7fc113931 100644
|
| --- a/chrome/browser/ui/views/apps/chrome_native_app_window_views.h
|
| +++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views.h
|
| @@ -44,15 +44,13 @@ class ChromeNativeAppWindowViews : public apps::NativeAppWindowViews,
|
| FRIEND_TEST_ALL_PREFIXES(ShapedAppWindowTargeterTest,
|
| ResizeInsetsWithinBounds);
|
|
|
| - bool ShouldUseNativeFrame() const;
|
| -
|
| // Installs an EasyResizeWindowTargeter on the containing window, which
|
| // allows the window to be resized from within |kResizeInsideBoundsSize|
|
| // pixels inside the window bounds.
|
| void InstallEasyResizeTargeterOnContainer() const;
|
|
|
| // Caller owns the returned object.
|
| - apps::AppWindowFrameView* CreateAppWindowFrameView();
|
| + apps::AppWindowFrameView* CreateAppWindowFrameView(bool has_frame);
|
|
|
| // ui::BaseWindow implementation.
|
| virtual ui::WindowShowState GetRestoredState() const OVERRIDE;
|
|
|