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

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 test broken by rebase 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 5039456d005a61ce66efea73782b7029caeffc49..7bc10f3b033368dd184cb1f85153a3710594ad2e 100644
--- a/components/sync_driver/sync_client.h
+++ b/components/sync_driver/sync_client.h
@@ -42,6 +42,10 @@ namespace syncer {
class SyncableService;
} // namespace syncer
+namespace sync_sessions {
+class SyncSessionsClient;
+} // namespace sync_sessions
+
namespace sync_driver {
class SyncApiComponentFactory;
@@ -84,6 +88,7 @@ class SyncClient {
GetWebDataService() = 0;
virtual BookmarkUndoService* GetBookmarkUndoServiceIfExists() = 0;
virtual scoped_refptr<syncer::ExtensionsActivity> GetExtensionsActivity() = 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