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

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

Issue 2644703003: Fix memory management of VoiceSearchBarView. (Closed)
Patch Set: added TODO 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
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 d3a13287aab6d4848a26e92746a10805c32f0926..c63db131a097ad75b5b2b1c62fce469c0d100da8 100644
--- a/ios/public/provider/chrome/browser/voice/voice_search_provider.mm
+++ b/ios/public/provider/chrome/browser/voice/voice_search_provider.mm
@@ -28,3 +28,8 @@
CGRect frame) const {
return nil;
}
+
+UIView<VoiceSearchBar>* VoiceSearchProvider::BuildVoiceSearchBar(
+ CGRect frame) const {
+ return nil;
+}

Powered by Google App Engine
This is Rietveld 408576698