| Index: ios/chrome/browser/downstream_chromium_browser_provider.h
|
| diff --git a/ios/chrome/browser/downstream_chromium_browser_provider.h b/ios/chrome/browser/downstream_chromium_browser_provider.h
|
| index 2e812fd95b32d365bbdd36be82b312f661749103..32ec14fac6256374c909cf09ee0c86226dccf41c 100644
|
| --- a/ios/chrome/browser/downstream_chromium_browser_provider.h
|
| +++ b/ios/chrome/browser/downstream_chromium_browser_provider.h
|
| @@ -19,8 +19,6 @@ class DownstreamChromiumBrowserProvider : public ChromiumBrowserProvider {
|
| // ChromeBrowserProvider implementations. All of these will move upstream
|
| // into ChromiumBrowserProvider eventually, and from there callers will be
|
| // converted to not go through the provider API at all.
|
| - void RegisterProfilePrefs(
|
| - user_prefs::PrefRegistrySyncable* registry) override;
|
| ios::LiveTabContextProvider* GetLiveTabContextProvider() override;
|
| void SetUIViewAlphaWithAnimation(UIView* view, float alpha) override;
|
| autofill::CardUnmaskPromptView* CreateCardUnmaskPromptView(
|
|
|