0

Enable PdfHonorJsContentSettings feature by default

This is the last step before rolling out the feature to 100% stable.

Bug: 696650
Change-Id: If76f9d1d1c54c51515ee891560d43c003699a623
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450950
Auto-Submit: Daniel Hosseinian <dhoss@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813922}
This commit is contained in:
Daniel Hosseinian
2020-10-05 21:22:30 +00:00
committed by Commit Bot
parent 29835fd506
commit bf21e1b3bf

@ -11,7 +11,7 @@ const base::Feature kAccessiblePDFForm = {"AccessiblePDFForm",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kPdfHonorJsContentSettings = {
"PdfHonorJsContentSettings", base::FEATURE_DISABLED_BY_DEFAULT};
"PdfHonorJsContentSettings", base::FEATURE_ENABLED_BY_DEFAULT};
// "Incremental loading" refers to loading the PDF as it arrives.
// TODO(crbug.com/1064175): Remove this once incremental loading is fixed.