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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 226093005: Reduce unneeded policy fetches by detecting expired invalidations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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/policy/core/common/cloud/enterprise_metrics.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 1291f8116830f92f3d4cb23c8c4b6ce4381553d3..7e6d68577a56dab3d731aaee4ea85adca572b341 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32023,8 +32023,10 @@ other types of suffix sets.
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
- <int value="0" label="No payload"/>
- <int value="1" label="Payload"/>
+ <int value="0" label="No payload; not expired"/>
+ <int value="1" label="Payload; not expired"/>
+ <int value="2" label="No payload; expired"/>
+ <int value="3" label="Payload; expired"/>
</enum>
<enum name="EnterprisePolicyLoadStatus" type="int">
« no previous file with comments | « components/policy/core/common/cloud/enterprise_metrics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698