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

Unified Diff: components/sync_sessions/sync_sessions_client.h

Issue 2753753005: [sync] WebContentsObserver based sessions notifications (Closed)
Patch Set: use base:MakeUnique, alphabetize Created 3 years, 9 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_sessions/sync_sessions_client.h
diff --git a/components/sync_sessions/sync_sessions_client.h b/components/sync_sessions/sync_sessions_client.h
index fab928ffefff195f01f670b101cb9d694efa1941..e8b4874a78419c2cc80257c86300b10b0d5f7eea 100644
--- a/components/sync_sessions/sync_sessions_client.h
+++ b/components/sync_sessions/sync_sessions_client.h
@@ -52,8 +52,7 @@ class SyncSessionsClient {
// Returns a LocalSessionEventRouter instance that is customized for the
// embedder's context.
- virtual std::unique_ptr<LocalSessionEventRouter>
- GetLocalSessionEventRouter() = 0;
+ virtual LocalSessionEventRouter* GetLocalSessionEventRouter() = 0;
// TODO(zea): add getters for the history and favicon services for the favicon
// cache to consume once it's componentized.
« no previous file with comments | « components/sync_sessions/sessions_sync_manager_unittest.cc ('k') | components/sync_sessions/synced_session_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698