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

Unified Diff: Source/web/WebSharedWorkerImpl.h

Issue 1128813003: Give shared workers their own content security policies (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 7 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/web/WebSharedWorkerImpl.h
diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h
index e69bb9d945bedd6c152bbf8d7cda8ecb7c9135dd..af25d5732458738783ea4b578ffc9f6208ecbae7 100644
--- a/Source/web/WebSharedWorkerImpl.h
+++ b/Source/web/WebSharedWorkerImpl.h
@@ -168,8 +168,6 @@ private:
WebURL m_url;
WebString m_name;
- WebString m_contentSecurityPolicy;
- WebContentSecurityPolicyType m_policyType;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698