| Index: net/base/sdch_manager.cc
|
| ===================================================================
|
| --- net/base/sdch_manager.cc (revision 19709)
|
| +++ net/base/sdch_manager.cc (working copy)
|
| @@ -32,7 +32,7 @@
|
|
|
| // static
|
| void SdchManager::SdchErrorRecovery(ProblemCodes problem) {
|
| - static LinearHistogram histogram("Sdch.ProblemCodes_3", MIN_PROBLEM_CODE,
|
| + static LinearHistogram histogram("Sdch3.ProblemCodes_4", MIN_PROBLEM_CODE,
|
| MAX_PROBLEM_CODE - 1, MAX_PROBLEM_CODE);
|
| histogram.SetFlags(kUmaTargetedHistogramFlag);
|
| histogram.Add(problem);
|
|
|
| Property changes on: net\base\sdch_manager.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/net/base/sdch_manager.cc:r14162,16808,17560,18936
|
|
|
|
|