| 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 58f4ba6e867ee487f008b4f7d3913f361bbd0c92..0e7eeea11f7e66d1e5357f895647549f7475a437 100644
|
| --- a/ios/public/provider/chrome/browser/voice/voice_search_provider.h
|
| +++ b/ios/public/provider/chrome/browser/voice/voice_search_provider.h
|
| @@ -40,12 +40,6 @@ class VoiceSearchProvider {
|
| virtual scoped_refptr<VoiceSearchController> CreateVoiceSearchController(
|
| ios::ChromeBrowserState* browser_state) const;
|
|
|
| - // Creates a new VoiceSearchBar. The caller assumes ownership.
|
| - // TODO(crbug.com/679719): Remove this once downstream provider implementaiton
|
| - // switches to BuildVoiceSearchBar().
|
| - virtual UIView<VoiceSearchBar>* CreateVoiceSearchBar(CGRect frame) const
|
| - NS_RETURNS_RETAINED;
|
| -
|
| // Creates a new VoiceSearchBar. Returns an autoreleased view.
|
| virtual UIView<VoiceSearchBar>* BuildVoiceSearchBar(CGRect frame) const;
|
|
|
|
|