| Index: ios/public/provider/chrome/browser/voice/voice_search_provider.h
|
| diff --git a/ios/public/provider/chrome/browser/voice/voice_search_provider.h b/ios/public/provider/chrome/browser/voice/voice_search_provider.h
|
| index 3391e10350882aee9c0e83a8cc3c1b1983baaee2..2c774cb7e8cbb260725ba3ede7a8be396009ec88 100644
|
| --- a/ios/public/provider/chrome/browser/voice/voice_search_provider.h
|
| +++ b/ios/public/provider/chrome/browser/voice/voice_search_provider.h
|
| @@ -26,6 +26,10 @@ class VoiceSearchProvider {
|
| VoiceSearchProvider() = default;
|
| virtual ~VoiceSearchProvider() = default;
|
|
|
| + // Returns true if voice search is enabled. The other methods in this
|
| + // provider must not be called if this method returns false.
|
| + virtual bool IsVoiceSearchEnabled() const;
|
| +
|
| // Returns the list of available voice search languages.
|
| virtual NSArray* GetAvailableLanguages() const;
|
|
|
|
|