blob: d347f49169903cde9315eefc8f969739361cbd3e [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_VOICE_VOICE_SEARCH_PREFS_REGISTRATION_H_
#define IOS_CHROME_BROWSER_VOICE_VOICE_SEARCH_PREFS_REGISTRATION_H_
namespace user_prefs {
class PrefRegistrySyncable;
}
// Registers the prefs needed by voice search.
void RegisterVoiceSearchBrowserStatePrefs(
user_prefs::PrefRegistrySyncable* registry);
#endif // IOS_CHROME_BROWSER_VOICE_VOICE_SEARCH_PREFS_REGISTRATION_H_