Chrome Version: (copy from chrome://version)
OS: (e.g. Win7, OSX 10.9.5, etc...)
What steps will reproduce the problem?
(1) run chrome --mash
(2) Resize chrome browser window (make it smaller)
What is the expected result?
Window cannot be resized to be smaller than the tab width and tabstrip height.
What happens instead?
Window can be resized to 104x36 dp
Ash uses a value returned by CustomFrameViewAsh::GetMinimumSize() to limit size in WindowResizer::GetSizeForDrag(). Chrome browser process is using BrowserNonClientFrameViewMus::GetMinimumSize() but that value is not available to ash when using --mash.
Comment 1 by bugdroid1@chromium.org
, Jun 22 2017