Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index aa84279b325bf891777812ac4a3d3f393a4af57e..19c8acc387e8910ba395086666685b3aebd22156 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -2585,10 +2585,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Bookmarks.GetNodesByIconURL" enum="BooleanHit"> |
+ <owner>pkotwicz@chromium.org</owner> |
+ <summary> |
+ Logs how frequently BookmarkModel::GetNodesByIconURL() is called to |
+ determine whether BookmarkNodes should be cached based on their favicon URLs |
+ (e.g. http://www.google.com/favicon.ico) in addition to their page URLs |
+ (e.g. http://www.google.com). GetNodesByIconURL() is expected to be hit less |
+ than 10 times per user per day. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Bookmarks.LaunchDepth"> |
<owner>yfriedman@chromium.org</owner> |
<summary> |
- Logs the depth of the bookmark in the bookmark tree hiearchy every time a |
+ Logs the depth of the bookmark in the bookmark tree heirarchy every time a |
bookmark is launched. Depth indicates how many levels below a permanent |
bookmark folder the bookmark was found in (e.g. a bookmark immediately in |
the bookmark bar has depth 1). |