Skip to content

Commit

Permalink
Fix typo of Lzma metric suffix
Browse files Browse the repository at this point in the history
BUG=630181

Review-Url: https://codereview.chromium.org/2450013002
Cr-Commit-Position: refs/heads/master@{#427438}
  • Loading branch information
zmin authored and Commit bot committed Oct 25, 2016
1 parent 310aa23 commit 412bf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/installer/setup/setup_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ void RecordUnPackMetrics(UnPackStatus unpack_status, UnPackConsumer consumer) {

switch (consumer) {
case UnPackConsumer::CHROME_ARCHIVE_PATCH:
consumer_name = "ChromeArchivePath";
consumer_name = "ChromeArchivePatch";
break;
case UnPackConsumer::COMPRESSED_CHROME_ARCHIVE:
consumer_name = "CompressedChromeArchive";
Expand Down

0 comments on commit 412bf79

Please sign in to comment.