Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Issue 10917080: Histogram - add check for external LinearHistogram data with mismatching range. (Closed)

Created:
8 years, 3 months ago by hshi1
Modified:
8 years, 3 months ago
Reviewers:
zel
CC:
chromium-reviews, MAD, nkostylev+watch_chromium.org, stevenjb+watch_chromium.org, oshima+watch_chromium.org, Ilya Sherman, davemoore+watch_chromium.org, jar (doing other things)
Visibility:
Public.

Description

Histogram - add check for external LinearHistogram data with mismatching range. This adds an extra step of validation for LinearHistogram data (also known as enum data) coming from an external data source: if a histogram already exists for the specified name but the range of the new data does not match the existing histogram, then discard the new data to prevent crashing chrome. BUG=143714 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154887

Patch Set 1 #

Patch Set 2 : Fix compile error. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M chrome/browser/chromeos/external_metrics.cc View 1 3 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
hshi1
Please take a look, thanks!
8 years, 3 months ago (2012-09-05 00:04:53 UTC) #1
zel
lgtm
8 years, 3 months ago (2012-09-05 00:06:33 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hshi@chromium.org/10917080/7001
8 years, 3 months ago (2012-09-05 00:27:10 UTC) #3
commit-bot: I haz the power
8 years, 3 months ago (2012-09-05 03:00:27 UTC) #4
Change committed as 154887

Powered by Google App Engine
This is Rietveld 408576698