views: Use chromium's custom frame view.

This commit is contained in:
Cheng Zhao 2014-07-04 11:35:03 +08:00
parent da5daecb1d
commit 4048d491f0

View file

@ -91,7 +91,7 @@ base::TimeDelta ViewsDelegate::GetDefaultTextfieldObscuredRevealDuration() {
}
bool ViewsDelegate::WindowManagerProvidesTitleBar(bool maximized) {
return true;
return maximized;
}
} // namespace brightray