Home
last modified time | relevance | path

Searched refs:kInstallationStages (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/forced_extensions/
H A Dforce_installed_metrics_unittest.cc62 constexpr char kInstallationStages[] = "Extensions.ForceInstalledStage2"; variable
194 histogram_tester_.ExpectTotalCount(kInstallationStages, 0); in TEST_F()
215 histogram_tester_.ExpectTotalCount(kInstallationStages, 0); in TEST_F()
251 histogram_tester_.ExpectTotalCount(kInstallationStages, 1); in TEST_F()
462 histogram_tester_.ExpectTotalCount(kInstallationStages, 0); in TEST_F()
509 histogram_tester_.ExpectTotalCount(kInstallationStages, 0); in TEST_F()
712 histogram_tester_.ExpectBucketCount(kInstallationStages, in TEST_F()
736 kInstallationStages, InstallStageTracker::Stage::DOWNLOADING, 1); in TEST_F()
754 histogram_tester_.ExpectBucketCount(kInstallationStages, in TEST_F()
778 histogram_tester_.ExpectUniqueSample(kInstallationStages, in TEST_F()
[all …]