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

Side by Side Diff: content/child/feature_policy/feature_policy_platform.h

Issue 2738953002: Rename WebParsedFeaturePolicyHeader to WebParsedFeaturePolicy (Closed)
Patch Set: ParsedFeaturePolicyHeader => ParsedFeaturePolicy (content version) Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_CHILD_FEATURE_POLICY_FEATURE_POLICY_PLATFORM_H_ 5 #ifndef CONTENT_CHILD_FEATURE_POLICY_FEATURE_POLICY_PLATFORM_H_
6 #define CONTENT_CHILD_FEATURE_POLICY_FEATURE_POLICY_PLATFORM_H_ 6 #define CONTENT_CHILD_FEATURE_POLICY_FEATURE_POLICY_PLATFORM_H_
7 7
8 #include "content/common/feature_policy/feature_policy.h" 8 #include "content/common/feature_policy/feature_policy.h"
9 #include "third_party/WebKit/public/platform/WebFeaturePolicy.h" 9 #include "third_party/WebKit/public/platform/WebFeaturePolicy.h"
10 10
11 namespace content { 11 namespace content {
12 12
13 // Conversions between ParsedFeaturePolicyHeader and 13 // Conversions between ParsedFeaturePolicyHeader and
14 // WebParsedFeaturePolicyHeader 14 // WebParsedFeaturePolicy
15 ParsedFeaturePolicyHeader FeaturePolicyHeaderFromWeb( 15 ParsedFeaturePolicyHeader FeaturePolicyHeaderFromWeb(
16 const blink::WebParsedFeaturePolicyHeader& web_feature_policy_header); 16 const blink::WebParsedFeaturePolicy& web_feature_policy_header);
17 blink::WebParsedFeaturePolicyHeader FeaturePolicyHeaderToWeb( 17 blink::WebParsedFeaturePolicy FeaturePolicyHeaderToWeb(
18 const ParsedFeaturePolicyHeader& feature_policy_header); 18 const ParsedFeaturePolicyHeader& feature_policy_header);
19 19
20 } // namespace content 20 } // namespace content
21 21
22 #endif // CONTENT_CHILD_FEATURE_POLICY_FEATURE_POLICY_PLATFORM_H_ 22 #endif // CONTENT_CHILD_FEATURE_POLICY_FEATURE_POLICY_PLATFORM_H_
OLDNEW
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/feature_policy/feature_policy_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698