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

Unified Diff: Source/modules/fetch/BodyStreamBuffer.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/BodyStreamBuffer.h
diff --git a/Source/modules/fetch/BodyStreamBuffer.h b/Source/modules/fetch/BodyStreamBuffer.h
index d3790d3eedc4be102acd7a64c2a566b0db28e2af..f3c5809f015ae1d44b2cb943a258d814bc3a49bc 100644
--- a/Source/modules/fetch/BodyStreamBuffer.h
+++ b/Source/modules/fetch/BodyStreamBuffer.h
@@ -90,6 +90,7 @@ private:
unsigned m_lockLevel;
const bool m_hasBody;
bool m_streamNeedsMore;
+ String m_integrity;
yhirano 2015/08/11 09:22:08 Is this needed? BodyStreamBuffer is the source obj
jww 2015/08/12 16:40:14 Removed.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698