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

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

Issue 2611963002: Remove ChromeBrowserProvider::CreateSyncedWindowDelegatesGetter(). (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « no previous file | ios/chrome/browser/downstream_chromium_browser_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 94132199f192b12017f8eced6c474bd858eb9ba6..acfadeb27168aea6aac246e3d15dbc161964852d 100644
--- a/ios/chrome/browser/downstream_chromium_browser_provider.h
+++ b/ios/chrome/browser/downstream_chromium_browser_provider.h
@@ -16,13 +16,6 @@ class DownstreamChromiumBrowserProvider : public ChromiumBrowserProvider {
~DownstreamChromiumBrowserProvider() override;
private:
- // 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.
- std::unique_ptr<sync_sessions::SyncedWindowDelegatesGetter>
- CreateSyncedWindowDelegatesGetter(
- ios::ChromeBrowserState* browser_state) override;
-
DISALLOW_COPY_AND_ASSIGN(DownstreamChromiumBrowserProvider);
};
« no previous file with comments | « no previous file | ios/chrome/browser/downstream_chromium_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698