| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index e1c8847f25bbde7175f77954ce27b9fb4f138f5d..08dd20da77e3834df8581463d241c9a716b836bd 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -114,6 +114,8 @@ declare_args() {
|
| # Enable printing with print preview. It does not imply
|
| # enable_basic_printing. It's possible to build Chrome with preview only.
|
| enable_print_preview = !is_android && !is_chromecast && !is_ios
|
| +
|
| + use_external_popup_menu = false
|
| }
|
|
|
| # Additional dependent variables -----------------------------------------------
|
|
|