Commit 58de3a31 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable UsePdfCompositorServiceForPrint by default on Android.

BUG=890417

Change-Id: I06ace304b02803f49a0eda89a4ff711f564d78fb
Reviewed-on: https://chromium-review.googlesource.com/c/1435538Reviewed-by: default avatarWei Li <weili@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#625822}
parent c83f6bda
......@@ -7,8 +7,13 @@
namespace printing {
namespace features {
#if defined(OS_ANDROID)
const base::Feature kUsePdfCompositorServiceForPrint{
"UsePdfCompositorServiceForPrint", base::FEATURE_DISABLED_BY_DEFAULT};
#else
const base::Feature kUsePdfCompositorServiceForPrint{
"UsePdfCompositorServiceForPrint", base::FEATURE_ENABLED_BY_DEFAULT};
#endif
#if defined(OS_MACOSX)
const base::Feature kEnableCustomMacPaperSizes{
......
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