blob: 7919f707d6c40e4185e369b77994e885bfde7f6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/features.gni.orig 2017-01-26 00:49:10 UTC
+++ chrome/common/features.gni
@@ -43,7 +43,7 @@ declare_args() {
enable_hotwording = is_chrome_branded && is_chromeos
enable_one_click_signin =
- is_win || is_mac || (is_linux && !is_chromeos && !is_chromecast)
+ is_win || is_mac || is_bsd || (is_linux && !is_chromeos && !is_chromecast)
# Set to true to bundle all the mash related mojo services into chrome.
# Specify --mash to chrome to have chrome start the mash environment.
|