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

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

Side-by-side diff isn't available for this file because of its large size.
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
« no previous file with comments | « third_party/WebKit/Source/modules/push_messaging/PushManager.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 5e3d0076bcd9555131bd707d3b29144c987a8590..a6e211c7609d31e69211673f301d8428904894d3 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -16933,12 +16933,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">
« no previous file with comments | « third_party/WebKit/Source/modules/push_messaging/PushManager.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698