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

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

Issue 829583002: Validate hash_sha256 checksum on .crx update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add histogram description. Created 6 years 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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ad1c97e849aab094a9cbbe53e8ee76f44ae8be25..38893ab45b0f8e9209eba3853965b4db664f2586 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8843,6 +8843,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Time taken to unpack an extension, when the unpack fails.</summary>
</histogram>
+<histogram name="Extensions.SandboxUnpackHashCheck">
+ <owner>ginkage@chromium.org</owner>
+ <summary>
+ Whether a CRX file hash sum was the same as in an updater manifest.
+ </summary>
+</histogram>
+
<histogram name="Extensions.SandboxUnpackInitialCrxPathLength">
<owner>asargent@chromium.org</owner>
<summary>Length of the initial path to the CRX to be unpacked.</summary>
« chrome/browser/extensions/sandboxed_unpacker.cc ('K') | « extensions/common/update_manifest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698