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

Unified Diff: extensions/test/data/content_verifier/payload.json

Issue 585583003: Fix case-sensitivity problems in extension content verification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo change to extension_protocols.cc Created 6 years, 3 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:
View side-by-side diff with in-line comments
Download patch
Index: extensions/test/data/content_verifier/payload.json
diff --git a/extensions/test/data/content_verifier/payload.json b/extensions/test/data/content_verifier/payload.json
index 3b67981a329fdf6fdd755270852e20e81190028c..d9d03cf25d33f0c2d1a90edb4c2c0b0e4fdf527c 100644
--- a/extensions/test/data/content_verifier/payload.json
+++ b/extensions/test/data/content_verifier/payload.json
@@ -16,6 +16,22 @@
{
"path": "foo/bar.html",
"root_hash": "L37LFbT_hmtxRL7AfGZN9YTpW6yoz_ZiQ1opLJn1NZU"
+ },
+ {
+ "path": "lowercase.html",
+ "root_hash": "HpLotLGCmmOdKYvGQmD3OkXMKGs458dbanY4WcfAZI0"
+ },
+ {
+ "path": "ALLCAPS.HTML",
+ "root_hash": "bl-eV8ENowvtw6P14D4X1EP0mlcMoG-_aOx5o9C1364"
+ },
+ {
+ "path": "MixedCase.Html",
+ "root_hash": "zEAO9FwciigMNy3NtU2XNb-dS5TQMmVNx0T9h7WvXbQ"
+ },
+ {
+ "path": "mIxedcAse.Html",
+ "root_hash": "nKRqUcJg1_QZWAeCb4uFd5ouC0McuGavKp8TFDRqBgg"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698