Index: chrome/browser/search/hotword_service.cc |
diff --git a/chrome/browser/search/hotword_service.cc b/chrome/browser/search/hotword_service.cc |
index 9b61a8fa27dae40382373624b6afabadb04c5017..4d8b120ad73172ec3a547c8247ce80188930fb2f 100644 |
--- a/chrome/browser/search/hotword_service.cc |
+++ b/chrome/browser/search/hotword_service.cc |
@@ -212,7 +212,7 @@ bool HotwordService::IsExperimentalHotwordingEnabled() { |
} |
CommandLine* command_line = CommandLine::ForCurrentProcess(); |
- return command_line->HasSwitch(switches::kEnableExperimentalHotwording); |
+ return !command_line->HasSwitch(switches::kDisableExperimentalHotwording); |
} |
HotwordService::HotwordService(Profile* profile) |