| Index: chrome/browser/search/hotword_service.cc
 | 
| diff --git a/chrome/browser/search/hotword_service.cc b/chrome/browser/search/hotword_service.cc
 | 
| index 94ba90e3464125761c9aa6561312594c9cff347f..cecf9c5e33b7a219e022bb86e9bf74126c3f2ad3 100644
 | 
| --- a/chrome/browser/search/hotword_service.cc
 | 
| +++ b/chrome/browser/search/hotword_service.cc
 | 
| @@ -275,7 +275,7 @@ bool HotwordService::IsExperimentalHotwordingEnabled() {
 | 
|    }
 | 
|  
 | 
|    CommandLine* command_line = CommandLine::ForCurrentProcess();
 | 
| -  return command_line->HasSwitch(switches::kEnableExperimentalHotwording);
 | 
| +  return !command_line->HasSwitch(switches::kDisableExperimentalHotwording);
 | 
|  }
 | 
|  
 | 
|  #if defined(OS_CHROMEOS)
 | 
| 
 |