Commit 8160f020 authored by benwells@chromium.org's avatar benwells@chromium.org

Make chrome app colored frames available on ChromeOS.

This feature has been available on Windows and Mac for some time, but
was never made available on ChromeOS.

BUG=371642

Review URL: https://codereview.chromium.org/407073002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285416 0039d316-1c4b-4281-b951-d872f2087c98
parent 3ab1f7ea
...@@ -527,7 +527,7 @@ views::NonClientFrameView* ChromeNativeAppWindowViews::CreateNonClientFrameView( ...@@ -527,7 +527,7 @@ views::NonClientFrameView* ChromeNativeAppWindowViews::CreateNonClientFrameView(
return frame_view; return frame_view;
} }
if (IsFrameless()) if (IsFrameless() || has_frame_color_)
return CreateNonStandardAppFrame(); return CreateNonStandardAppFrame();
ash::CustomFrameViewAsh* custom_frame_view = ash::CustomFrameViewAsh* custom_frame_view =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment