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

Unified Diff: components/sync_driver/sync_client.h

Issue 1408643002: [Sync] Componentize synced_tab_delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN, self review Created 5 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
Index: components/sync_driver/sync_client.h
diff --git a/components/sync_driver/sync_client.h b/components/sync_driver/sync_client.h
index 870decf76dccff946da231c9739859635e2809cf..c4ae5b0fd39c4ad72f2b18ac7bb058c7f6f5d213 100644
--- a/components/sync_driver/sync_client.h
+++ b/components/sync_driver/sync_client.h
@@ -39,6 +39,10 @@ namespace syncer {
class SyncableService;
} // namespace syncer
+namespace sync_sessions {
+class SyncSessionsClient;
+} // namespace sync_sessions
+
namespace sync_driver {
class SyncApiComponentFactory;
@@ -75,6 +79,7 @@ class SyncClient {
virtual scoped_refptr<autofill::AutofillWebDataService>
GetWebDataService() = 0;
virtual BookmarkUndoService* GetBookmarkUndoServiceIfExists() = 0;
+ virtual sync_sessions::SyncSessionsClient* GetSyncSessionsClient() = 0;
// Returns a weak pointer to the syncable service specified by |type|.
// Weak pointer may be unset if service is already destroyed.

Powered by Google App Engine
This is Rietveld 408576698