Commit 255b0794 authored by Paul Meyer's avatar Paul Meyer Committed by Commit Bot

Enable crash reports (via Reporting API) by default.

Intent to ship:
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/ryK8SHcBzZw/2cjTF_OCBwAJ

Bug: 898860
Change-Id: I25325827f7432dc141ae8cfe0d50e587a8f32664
Reviewed-on: https://chromium-review.googlesource.com/c/1320205
Commit-Queue: Avi Drissman <avi@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Reviewed-by: default avatarRick Byers <rbyers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607401}
parent 9e6d28ff
......@@ -119,7 +119,7 @@ const base::Feature kCompositeOpaqueScrollers{"CompositeOpaqueScrollers",
// Enables crash reporting via Reporting API.
// https://www.w3.org/TR/reporting/#crash-report
const base::Feature kCrashReporting{"CrashReporting",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
// Enables specification of a target element in the fragment identifier
// via a CSS selector.
......
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