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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 797983003: Implement AffiliationDatabase to cache affiliation information in a SQLite DB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aff_fetcher
Patch Set: Fix nits. Created 5 years, 11 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f879a89c876967194b6b5b4b2422d07978306e67..90e310aaae3e780e31f333bb15407cc31157b272 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62451,6 +62451,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<histogram_suffixes name="SqliteDatabases" separator=".">
<owner>shess@chromium.org</owner>
<suffix name="Activity" label="Activity"/>
+ <suffix name="Affiliation" label="Activity"/>
Scott Hess - ex-Googler 2015/01/20 23:21:38 Change the label too. I don't remember what it me
engedy 2015/01/21 15:47:47 Oh, wops, I'm blind... Done.
<suffix name="AppCache" label="AppCache"/>
<suffix name="BookmarkImages" label="BookmarkImages"/>
<suffix name="Cookie" label="Cookie"/>

Powered by Google App Engine
This is Rietveld 408576698