Commit 6f995966 authored by Ian Clelland's avatar Ian Clelland Committed by Commit Bot

Remove FeaturePolicyForPermissions

The flag has been removed from RuntimeEnabledFeatures, so this change
eliminates a warning message on startup.

Change-Id: I8f6f8027f7f0446a5cf3c03f0740cd90277a7ecf
Reviewed-on: https://chromium-review.googlesource.com/1173255Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582897}
parent b99745b5
......@@ -411,10 +411,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
WebRuntimeFeatures::EnableScheduledScriptStreaming(
base::FeatureList::IsEnabled(features::kScheduledScriptStreaming));
WebRuntimeFeatures::EnableFeatureFromString(
"FeaturePolicyForPermissions",
base::FeatureList::IsEnabled(features::kUseFeaturePolicyForPermissions));
if (base::FeatureList::IsEnabled(features::kLazyFrameLoading))
WebRuntimeFeatures::EnableLazyFrameLoading(true);
if (base::FeatureList::IsEnabled(features::kLazyFrameVisibleLoadTimeMetrics))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment