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

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

Issue 1363723003: Remove an unused enhanced bookmark histogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark obsolete Created 5 years, 3 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 | « no previous file | 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 741dded356f3f49f567de14b1789ca972b356639..a7fd81ad3c7ed865934a4ad1164217fd474f885c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8993,6 +8993,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="EnhancedBookmarks.ViewMode" enum="EnhancedBookmarkViewMode">
<owner>ianwen@chromium.org</owner>
+ <obsolete>
+ Removed 9/2015 after list view became the only view mode.
+ </obsolete>
<summary>
Record which Enhanced Bookmark UI mode users are in. This will be recorded
everytime the user opens the bookmark manager UI.
@@ -55103,6 +55106,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="EnhancedBookmarkViewMode" type="int">
+ <obsolete>
+ Deprecated 9/2015.
+ </obsolete>
<int value="0" label="Default view mode"/>
<int value="1" label="List view mode"/>
<int value="2" label="Grid view mode"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698