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

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.h

Issue 2425713002: [ios] Adds configuration helper files for voice search. (Closed)
Patch Set: Review and file moves. Created 4 years, 2 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/chrome_browser_provider.h
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.h b/ios/public/provider/chrome/browser/chrome_browser_provider.h
index 349e2821535232465df32a127761641fc1d1e26b..599c59183844617d0c3f352a9c8f55fe93ab79be 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -140,6 +140,9 @@ class ChromeBrowserProvider {
// metrics_services_manager_client.h for details on |on_update_callback|.
virtual bool IsSafeBrowsingEnabled(const base::Closure& on_update_callback);
+ // Returns the list of available voice search languages.
+ virtual NSArray* GetAvailableVoiceSearchLanguages() const;
+
// Returns the SyncedWindowDelegatesGetter implementation.
virtual std::unique_ptr<sync_sessions::SyncedWindowDelegatesGetter>
CreateSyncedWindowDelegatesGetter(ios::ChromeBrowserState* browser_state);
« no previous file with comments | « ios/public/provider/chrome/browser/BUILD.gn ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698