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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

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
Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
index 4d5220c0cb544c02882b9d40b227dac03fcaac0d..fb80b7d045dc4c62a1eb15c9cac3e3e34b1f74b2 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
@@ -427,7 +427,7 @@ void WebRemoteFrameImpl::setReplicatedName(const WebString& name,
}
void WebRemoteFrameImpl::setReplicatedFeaturePolicyHeader(
- const WebParsedFeaturePolicy& parsedHeader) const {
+ const WebParsedFeaturePolicyHeader& parsedHeader) const {
if (RuntimeEnabledFeatures::featurePolicyEnabled()) {
FeaturePolicy* parentFeaturePolicy = nullptr;
if (parent()) {
« no previous file with comments | « third_party/WebKit/Source/web/WebRemoteFrameImpl.h ('k') | third_party/WebKit/public/platform/WebFeaturePolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698