Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: ios/public/provider/chrome/browser/voice/voice_search_provider.mm

Issue 2642783008: Remove VoiceSearchProvider::CreateVoiceSearchBar(). (Closed)
Patch Set: update BVC Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/public/provider/chrome/browser/voice/voice_search_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/voice/voice_search_provider.mm
diff --git a/ios/public/provider/chrome/browser/voice/voice_search_provider.mm b/ios/public/provider/chrome/browser/voice/voice_search_provider.mm
index c63db131a097ad75b5b2b1c62fce469c0d100da8..ef64e5b4092557ab551f1bc9411e543f9f6b97d0 100644
--- a/ios/public/provider/chrome/browser/voice/voice_search_provider.mm
+++ b/ios/public/provider/chrome/browser/voice/voice_search_provider.mm
@@ -24,11 +24,6 @@
return scoped_refptr<VoiceSearchController>(nullptr);
}
-UIView<VoiceSearchBar>* VoiceSearchProvider::CreateVoiceSearchBar(
- CGRect frame) const {
- return nil;
-}
-
UIView<VoiceSearchBar>* VoiceSearchProvider::BuildVoiceSearchBar(
CGRect frame) const {
return nil;
« no previous file with comments | « ios/public/provider/chrome/browser/voice/voice_search_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698