Commit 11dbb2f1 authored by Christopher Cameron's avatar Christopher Cameron Committed by Commit Bot

MacPWAs: Disable new close behavior

The Chat PWA is not receiving notifications or badge updates when no
tabs are open. This may be an issue with Chrome or somewhere in Chat.
The result is that the Chat PWA runs, but does not update the dock icon
on new messages coming in, which is a negative user experience.

Bug: 1080729
Change-Id: I230ae8041bda448d865ccb48ad4980a1846ed617
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504576
Commit-Queue: ccameron <ccameron@chromium.org>
Commit-Queue: Daniel Murphy <dmurph@chromium.org>
Reviewed-by: default avatarDaniel Murphy <dmurph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821532}
parent 4f4dcb62
...@@ -83,7 +83,7 @@ const base::Feature kAppShimRemoteCocoa{"AppShimRemoteCocoa", ...@@ -83,7 +83,7 @@ const base::Feature kAppShimRemoteCocoa{"AppShimRemoteCocoa",
// all windows for an app leaves the app running. // all windows for an app leaves the app running.
// https://crbug.com/1080729 // https://crbug.com/1080729
const base::Feature kAppShimNewCloseBehavior{"AppShimNewCloseBehavior", const base::Feature kAppShimNewCloseBehavior{"AppShimNewCloseBehavior",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
#endif // defined(OS_MAC) #endif // defined(OS_MAC)
// Enables the built-in DNS resolver. // Enables the built-in DNS resolver.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment