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}
14 files changed