Skip to content

Commit

Permalink
Reverting changes needed for testing on DEBUG builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jumde committed Mar 25, 2019
1 parent 19c5347 commit c3bf607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/metrics/metrics_reporting_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bool GetDefaultPrefValueForMetricsReporting() {
case version_info::Channel::CANARY:
return true;
case version_info::Channel::UNKNOWN:
return true;
return false;
default:
NOTREACHED();
return false;
Expand Down

0 comments on commit c3bf607

Please sign in to comment.