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

Unified Diff: ios/public/provider/chrome/browser/chrome_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
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 b7af7712ec816a9a20a0f0e3b6f1279aa9ee47c5..8f5c7f196be651c22106bb369be8ac857e43ff0d 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -27,10 +27,6 @@ namespace web {
class WebState;
}
-namespace sync_sessions {
-class SyncedWindowDelegatesGetter;
-}
-
@protocol AppRatingPrompt;
@protocol LogoVendor;
@protocol TextFieldStyling;
@@ -131,10 +127,6 @@ class ChromeBrowserProvider {
// Returns an instance of the user feedback provider.
virtual UserFeedbackProvider* GetUserFeedbackProvider() const;
- // Returns the SyncedWindowDelegatesGetter implementation.
- virtual std::unique_ptr<sync_sessions::SyncedWindowDelegatesGetter>
- CreateSyncedWindowDelegatesGetter(ios::ChromeBrowserState* browser_state);
-
// Returns an instance of the branded image provider.
virtual BrandedImageProvider* GetBrandedImageProvider() const;
« 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