MacPWAs: Add flag and enable new close behavior
Add a feature flag, AppShimNewCloseBehavior, to control the new close behavior. With this flag, app shims will not close when all windows close. Rather, the app will remain open, and clicking on it will cause a new window to be created. Closing the app via cmd-Q, or Quit through the menu bar will close the app. Add tests to ensure new and old modes stay working. Bug: 1080729 Change-Id: I057e038721d5c887f988f19e7f63ec33bcc429eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427029Reviewed-by:Daniel Murphy <dmurph@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#809978}
Showing
Please register or sign in to comment