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

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

Issue 1279163005: Initial Fetch integration for Subresource Integrity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improved and mostly working 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/RequestInit.h
diff --git a/Source/modules/fetch/RequestInit.h b/Source/modules/fetch/RequestInit.h
index ef7dc4dae6178596f4a50681beed6d556f5a912d..00deef347261eee43a525629411d54ba3fcd9708 100644
--- a/Source/modules/fetch/RequestInit.h
+++ b/Source/modules/fetch/RequestInit.h
@@ -29,6 +29,7 @@ public:
String mode;
String credentials;
String redirect;
+ String integrity;
};
}

Powered by Google App Engine
This is Rietveld 408576698