summaryrefslogtreecommitdiffstats
path: root/base/test
diff options
context:
space:
mode:
authorhirono@chromium.org <hirono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-18 08:39:55 +0000
committerhirono@chromium.org <hirono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-18 08:39:55 +0000
commitc2e2160d520b7244d60f1fa4a59224ad4edbbcee (patch)
tree705bed6638048cdd3ca10a24f3316ab18df74c59 /base/test
parente1c52950314e00723f2d1b8200106b5c496a4459 (diff)
downloadchromium_src-c2e2160d520b7244d60f1fa4a59224ad4edbbcee.zip
chromium_src-c2e2160d520b7244d60f1fa4a59224ad4edbbcee.tar.gz
chromium_src-c2e2160d520b7244d60f1fa4a59224ad4edbbcee.tar.bz2
Revert "Improve the no-op reconcilor so that it doesn't "hang" after the first execution, but instead successfully completes the reconciliation." (https://codereview.chromium.org/309843002/)
The original CL causes crashes about 20 secs after launching the linux build of chromeos. This reverts commit 660a4d00c835a21b6972647df37e75f4e22f8d73. Conflicts: chrome/browser/signin/account_reconcilor_unittest.cc Original issue's description: > Improve the no-op reconcilor so that it doesn't "hang" after the first execution, but instead successfully completes the reconciliation. > Improve the UMAHistogramHelper so that it can nicely take snapshots between tests, allowing the test writer to easily test ONLY the changes logged in "this" test. > Write a new unit test that executes the reconcilor twice, and make all reconcilor unit tests execute with and without the flag. > > BUG=357693 > TBR=phajdan.jr@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277605 BUG=357693,386045 TEST=None TBR=mlerman@chromium.org Review URL: https://codereview.chromium.org/344513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/test')
-rw-r--r--base/test/statistics_delta_reader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/test/statistics_delta_reader.h b/base/test/statistics_delta_reader.h
index 26d87c5..4921d61d 100644
--- a/base/test/statistics_delta_reader.h
+++ b/base/test/statistics_delta_reader.h
@@ -17,10 +17,6 @@ class HistogramSamples;
// This class acts as a differential reader for histogram samples, enabling
// tests to check that metrics were recorded as they should be.
-//
-// This class is DEPRECATED.
-// TODO(mlerman): Remove all references to this class with UMAHistogramHelper
-// references. crbug.com/384011
class StatisticsDeltaReader {
public:
StatisticsDeltaReader();