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

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

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
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;
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | ios/public/provider/chrome/browser/voice/voice_search_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698