commit | 70af3549366e24509cf05e6903a8431ba8af037b | [log] [tgz] |
---|---|---|
author | andresantoso <andresantoso@chromium.org> | Thu Jan 15 01:17:30 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jan 15 01:18:26 2015 |
tree | 1c8eeed8a5feea6c6d916da2274eed4c872b1b98 | |
parent | 85f7e076f7028ef479531e08e1c358535eb83a9e [diff] |
MacViews: Don't draw custom frame on Mac We don't want to draw custom titlebar and borders on Mac. Change BrowserFrame to delegate UseCustomFrame() to NativeBrowserFrame, and provide appropriate overrides for the platforms: Mac -> false Win, ChromeOS -> true Desktop Linux -> follow user pref Consolidate Desktop Linux specific code into DesktopBrowserFrameAuraLinux. BUG=425229 Review URL: https://codereview.chromium.org/796433003 Cr-Commit-Position: refs/heads/master@{#311600}