| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 8b7e0fe08f8b4fa4a1361d9404c08c1f09cd937d..6ccb0796337580185dd051e69884db8e882d3160 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -19,10 +19,8 @@ if (is_desktop_linux) {
|
| }
|
|
|
| declare_args() {
|
| - # 'Ok Google' hotwording is disabled by default in open source builds. Set to
|
| - # true to enable. (This will download a closed-source NaCl module at startup.)
|
| - # Chrome-branded builds have this enabled by default.
|
| - enable_hotwording = is_chrome_branded
|
| + # 'Ok Google' hotwording is enabled.
|
| + enable_hotwording = true
|
| }
|
|
|
| about_credits_file = "$target_gen_dir/about_credits.html"
|
|
|