Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 693668
Collapse All | Expand All

(-)a/src/3rdparty/chromium/content/public/common/content_features.cc (-6 / +1 lines)
Lines 119-130 Link Here
119
// Enables crash reporting via Reporting API.
119
// Enables crash reporting via Reporting API.
120
// https://www.w3.org/TR/reporting/#crash-report
120
// https://www.w3.org/TR/reporting/#crash-report
121
const base::Feature kCrashReporting{"CrashReporting",
121
const base::Feature kCrashReporting{"CrashReporting",
122
#if BUILDFLAG(ENABLE_REPORTING)
122
                                    base::FEATURE_DISABLED_BY_DEFAULT};
123
                                    base::FEATURE_ENABLED_BY_DEFAULT
124
#else
125
                                    base::FEATURE_DISABLED_BY_DEFAULT
126
#endif
127
};
128
123
129
// Enables specification of a target element in the fragment identifier
124
// Enables specification of a target element in the fragment identifier
130
// via a CSS selector.
125
// via a CSS selector.

Return to bug 693668