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

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

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete Created 4 years, 7 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 | « third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h ('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 d694707b6ca92fd2bb163c7a6d0301d4c85f9c7d..b0db333727121117cf9ad69cda46cea6e5ecfc57 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84831,7 +84831,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="SYNC"/>
<int value="4" label="NOTIFICATION_CLICK"/>
<int value="5" label="PUSH"/>
- <int value="6" label="GEOFENCING"/>
+ <int value="6" label="GEOFENCING (unused)"/>
<int value="7" label="SERVICE_PORT_CONNECT (unused)"/>
<int value="8" label="MESSAGE"/>
<int value="9" label="NOTIFICATION_CLOSE"/>
@@ -94467,7 +94467,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="SYNC" label="SYNC"/>
<suffix name="NOTIFICATION_CLICK" label="NOTIFICATION_CLICK"/>
<suffix name="PUSH" label="PUSH"/>
- <suffix name="GEOFENCING" label="GEOFENCING"/>
+ <suffix name="GEOFENCING" label="GEOFENCING">
+ <obsolete>
+ Deprecated as of 5/2016 because geofencing got removed.
+ </obsolete>
+ </suffix>
<suffix name="MESSAGE" label="MESSAGE"/>
<suffix name="NOTIFICATION_CLOSE" label="NOTIFICATION_CLOSE"/>
<suffix name="FETCH_MAIN_FRAME" label="FETCH_MAIN_FRAME"/>
« no previous file with comments | « third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698