Commit 0262fd08 authored by Yulun Wu's avatar Yulun Wu Committed by Commit Bot

Disable Release Notes for M82

Bug: 1047288
Change-Id: I55fec25ad936033cccdacc3880b341ac02c6374b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031868Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
Commit-Queue: Yulun Wu <yulunwu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737071}
parent e4a2c871
...@@ -207,8 +207,8 @@ const base::Feature kReleaseNotes{"ReleaseNotes", ...@@ -207,8 +207,8 @@ const base::Feature kReleaseNotes{"ReleaseNotes",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Enables or disables Release Notes notifications on Chrome OS. // Enables or disables Release Notes notifications on Chrome OS.
const base::Feature kReleaseNotesNotification{"ReleaseNotesNotification", const base::Feature kReleaseNotesNotification{
base::FEATURE_ENABLED_BY_DEFAULT}; "ReleaseNotesNotification", base::FEATURE_DISABLED_BY_DEFAULT};
// Enables or disables long kill timeout for session manager daemon. When // Enables or disables long kill timeout for session manager daemon. When
// enabled, session manager daemon waits for a longer time (e.g. 12s) for chrome // enabled, session manager daemon waits for a longer time (e.g. 12s) for chrome
......
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