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

Unified Diff: Source/modules/fetch/Request.h

Issue 1279163005: Initial Fetch integration for Subresource Integrity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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: Source/modules/fetch/Request.h
diff --git a/Source/modules/fetch/Request.h b/Source/modules/fetch/Request.h
index 33ecbb0870880f83f99ca839c0d26b37e8546ed0..c1653562d6cc693a19a4e2dc2da589ae85dc6d53 100644
--- a/Source/modules/fetch/Request.h
+++ b/Source/modules/fetch/Request.h
@@ -49,6 +49,7 @@ public:
String referrer() const;
String mode() const;
String credentials() const;
+ String integrity() const;
// From Request.idl:
Request* clone(ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698