| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc b/chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc
|
| index 0d9e8efc64205d94f5da6c4d5849c2e4dcdc7351..6e2db833df7e3d75d75d0119b5a441af0505a81a 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc
|
| @@ -30,9 +30,7 @@ BrowserNonClientFrameView* CreateBrowserNonClientFrameView(
|
| #endif
|
| #if defined(USE_ASH)
|
| // If this is an app window and it's maximized, use the special frame_view.
|
| - if (browser_view->browser()->is_app() &&
|
| - browser_view->browser()->app_type() != Browser::APP_TYPE_CHILD &&
|
| - browser_view->IsMaximized())
|
| + if (browser_view->browser()->is_app() && browser_view->IsMaximized())
|
| return new AppNonClientFrameViewAsh(frame, browser_view);
|
|
|
| // Default is potentially translucent fancy frames.
|
|
|