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

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

Issue 2892033002: Enable support for draft-ietf-webpush-encryption-08 (Closed)
Patch Set: Enable support for draft-ietf-webpush-encryption-08 Created 3 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index b8cee00ac940c71612425766c05a1321819a2e74..ebe2eb90df834af07d0f770e6539f5c955e9f2f0 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -16920,12 +16920,14 @@ uploading your change for review. These are checked by presubmit scripts.
<enum name="GCMDecryptionResult" type="int">
<int value="0" label="Success (message unencrypted)"/>
- <int value="1" label="Success (message decrypted)"/>
+ <int value="1" label="Success (message decrypted per draft 03)"/>
<int value="2" label="Failure (invalid Encryption HTTP header)"/>
<int value="3" label="Failure (invalid Crypto-Key HTTP header)"/>
<int value="4" label="Failure (no keying material available)"/>
<int value="5" label="Failure (unable to compute the shared secret)"/>
<int value="6" label="Failure (unable to decrypt using AES-GCM)"/>
+ <int value="7" label="Failure (invalid binary header)"/>
+ <int value="8" label="Success (message decrypted per draft 08)"/>
</enum>
<enum name="GCMEndpoints" type="int">

Powered by Google App Engine
This is Rietveld 408576698