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

Unified Diff: ios/chrome/browser/pref_names.h

Issue 2453003002: [ios] Adds a VoiceSearchController interface to the provider layer. (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/pref_names.h
diff --git a/ios/chrome/browser/pref_names.h b/ios/chrome/browser/pref_names.h
index 6161bd1d77363f751ebee10deb9c00ff00dd108d..5eca97af12a7777ee53ec00baa9d0662539ec0a2 100644
--- a/ios/chrome/browser/pref_names.h
+++ b/ios/chrome/browser/pref_names.h
@@ -5,6 +5,10 @@
#ifndef IOS_CHROME_BROWSER_PREF_NAMES_H_
#define IOS_CHROME_BROWSER_PREF_NAMES_H_
+// TODO(rohitrao): Remove this include once embedders are migrated to use the
+// new pref header.
+#include "ios/public/provider/chrome/browser/voice/voice_search_prefs.h"
+
namespace prefs {
extern const char kAcceptLanguages[];
@@ -38,9 +42,6 @@ extern const char kNetworkPredictionWifiOnly[];
extern const char kNtpShownBookmarksFolder[];
extern const char kShowMemoryDebuggingTools[];
-extern const char kVoiceSearchLocale[];
-extern const char kVoiceSearchTTS[];
-
extern const char kSigninLastAccounts[];
extern const char kSigninLastAccountsMigrated[];
extern const char kSigninSharedAuthenticationUserId[];
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698