summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/features.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/features.gni')
-rw-r--r--chromium/chrome/common/features.gni11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/chrome/common/features.gni b/chromium/chrome/common/features.gni
index 0eab01ba586..8efad2c7307 100644
--- a/chromium/chrome/common/features.gni
+++ b/chromium/chrome/common/features.gni
@@ -21,6 +21,14 @@ assert(!is_ios, "Chromium/iOS shouldn't use anything in //chrome")
# Please keep features in alphabetical order.
declare_args() {
+ # Platforms where the BuiltinCertificateVerifierEnabled enterprise policy is
+ # supported. This must must match the supported_on list of the policy in
+ # policy_templates.json and be a subset of the
+ # builtin_cert_verifier_feature_supported platforms.
+ # See crbug.com/410574. This can be removed when the builtin verifier is
+ # unconditionally enabled on all platforms.
+ builtin_cert_verifier_policy_supported = is_chromeos || is_desktop_linux
+
enable_app_list = is_chromeos
# Enables support for background apps.
@@ -33,6 +41,9 @@ declare_args() {
enable_captive_portal_detection = !is_android && !is_chromecast
+ # Enables the Click to Call feature on desktop platforms.
+ enable_click_to_call = is_mac || is_win || is_desktop_linux || is_chromeos
+
# Hangout services is an extension that adds extra features to Hangouts.
# It is enableable separately to facilitate testing.
enable_hangout_services_extension = is_chrome_branded