| Index: crash_reporter.cc
|
| diff --git a/crash_reporter.cc b/crash_reporter.cc
|
| index b57bfc40bffca3fda79a53104326b4e539360709..d8583869804278bd492e82a63171bd024d3054e5 100644
|
| --- a/crash_reporter.cc
|
| +++ b/crash_reporter.cc
|
| @@ -43,9 +43,7 @@ static MetricsLibrary s_metrics_lib;
|
| static SystemLoggingImpl s_system_log;
|
|
|
| static bool IsFeedbackAllowed() {
|
| - // Once crosbug.com/5814 is fixed, call the is opted in function
|
| - // here.
|
| - return true;
|
| + return s_metrics_lib.AreMetricsEnabled();
|
| }
|
|
|
| static bool TouchFile(const FilePath &file_path) {
|
|
|