| Index: chrome/browser/search/hotword_service.cc
|
| diff --git a/chrome/browser/search/hotword_service.cc b/chrome/browser/search/hotword_service.cc
|
| index 7560a50c93ba348e54618446b38439b29fc2cb16..3b80c186016f10bee5277be7af797c62ab861a58 100644
|
| --- a/chrome/browser/search/hotword_service.cc
|
| +++ b/chrome/browser/search/hotword_service.cc
|
| @@ -295,8 +295,7 @@ bool HotwordService::DoesHotwordSupportLanguage(Profile* profile) {
|
|
|
| // static
|
| bool HotwordService::IsExperimentalHotwordingEnabled() {
|
| - base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| - return !command_line->HasSwitch(switches::kDisableExperimentalHotwording);
|
| + return true;
|
| }
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|