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

Unified Diff: build/config/features.gni

Issue 1992393002: Enable external popup menu in Blimp, part 1/2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
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 -----------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698