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

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

Issue 1636613002: [CacheStorage] Check quota before put operations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set quota per origin and fix order of operations error Created 4 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
« no previous file with comments | « third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.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 cd9d2bce2615f3a7d05ac4e05e1136e5098d45ae..b20e63d69dd7ef47f4dc6dc2bf53a6cbb5b71771 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77076,6 +77076,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="Exists Error"/>
<int value="2" label="Storage Error"/>
<int value="3" label="Not Found Error"/>
+ <int value="4" label="Quota Exceeded Error"/>
</enum>
<enum name="ServiceWorkerCacheResponseType" type="int">
« no previous file with comments | « third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698