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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2785183002: Remove histograms NewTabPage.IconsReal/IconsColor/IconsGray (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « components/ntp_tiles/metrics_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a411ad83ecea1149225dd8ab548962fce38a0ed4..e3eb69a57bfe340daf0378d74d97fb37d5a4d595 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41298,6 +41298,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="NewTabPage.IconsColor">
+ <obsolete>
+ Deprecated 2017-04, replaced by NewTabPage.TileType and
+ NewTabPage.SuggestionsImpression.IconsColor.
+ </obsolete>
<owner>newt@chromium.org</owner>
<summary>
The number of most visited tiles on the new tab page that are displayed
@@ -41307,6 +41311,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="NewTabPage.IconsGray">
+ <obsolete>
+ Deprecated 2017-04, replaced by NewTabPage.TileType and
+ NewTabPage.SuggestionsImpression.IconsGray.
+ </obsolete>
<owner>newt@chromium.org</owner>
<summary>
The number of most visited tiles on the new tab page that are displayed as
@@ -41315,6 +41323,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="NewTabPage.IconsReal">
+ <obsolete>
+ Deprecated 2017-04, replaced by NewTabPage.TileType and
+ NewTabPage.SuggestionsImpression.IconsReal.
+ </obsolete>
<owner>newt@chromium.org</owner>
<summary>
The number of most visited tiles on the new tab page that are displayed with
« no previous file with comments | « components/ntp_tiles/metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698