| 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 b093e86d577348e25262fafa9267e39c4836cca8..2625ca741ee0529e23cafc43851edb9ff78ed725 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
|
| @@ -19,9 +19,7 @@ BrowserNonClientFrameView* CreateBrowserNonClientFrameView(
|
| }
|
|
|
| // 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 AppNonClientFrameViewAura(frame, browser_view);
|
|
|
| // Default is potentially translucent fancy frames.
|
|
|