| Index: chrome/browser/search/hotword_service.h
|
| diff --git a/chrome/browser/search/hotword_service.h b/chrome/browser/search/hotword_service.h
|
| index 9a93efb330a757fff7e261e272adc909ed0ba724..2c0e086ba12c99f80ae2c522cc5e681ecea7649f 100644
|
| --- a/chrome/browser/search/hotword_service.h
|
| +++ b/chrome/browser/search/hotword_service.h
|
| @@ -60,7 +60,8 @@ class HotwordService : public extensions::ExtensionRegistryObserver,
|
| // Returns true if the hotword supports the current system language.
|
| static bool DoesHotwordSupportLanguage(Profile* profile);
|
|
|
| - // Returns true if the "enable-experimental-hotwording" flag is set.
|
| + // Always returns true.
|
| + // TODO(amistry): Remove this.
|
| static bool IsExperimentalHotwordingEnabled();
|
|
|
| explicit HotwordService(Profile* profile);
|
|
|