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

Unified Diff: third_party/WebKit/Source/core/dom/SecurityContext.h

Issue 2648423002: Rename feature policy classes. (Closed)
Patch Set: Rebase Created 3 years, 11 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
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | third_party/WebKit/Source/core/dom/SecurityContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/SecurityContext.h
diff --git a/third_party/WebKit/Source/core/dom/SecurityContext.h b/third_party/WebKit/Source/core/dom/SecurityContext.h
index b58abaaaa601cc5ab65ccd59b4fe0c59f027d2b7..e5405e7c4b45d68f8dcd3ed178dc43315bb0b046 100644
--- a/third_party/WebKit/Source/core/dom/SecurityContext.h
+++ b/third_party/WebKit/Source/core/dom/SecurityContext.h
@@ -97,8 +97,9 @@ class CORE_EXPORT SecurityContext : public GarbageCollectedMixin {
void setFeaturePolicyForTesting(std::unique_ptr<FeaturePolicy> newPolicy) {
m_featurePolicy = std::move(newPolicy);
}
- void setFeaturePolicyFromHeader(const WebParsedFeaturePolicy& parsedHeader,
- FeaturePolicy* parentFeaturePolicy);
+ void setFeaturePolicyFromHeader(
+ const WebParsedFeaturePolicyHeader& parsedHeader,
+ FeaturePolicy* parentFeaturePolicy);
protected:
SecurityContext();
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | third_party/WebKit/Source/core/dom/SecurityContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698