Index: chrome/browser/sync/chrome_sync_client.cc |
diff --git a/chrome/browser/sync/chrome_sync_client.cc b/chrome/browser/sync/chrome_sync_client.cc |
index 6a489904cb124e421cfa86dd44245c65dfc1c0d5..4ced146b81f8ac34917944eb674c05de54a5ff69 100644 |
--- a/chrome/browser/sync/chrome_sync_client.cc |
+++ b/chrome/browser/sync/chrome_sync_client.cc |
@@ -192,6 +192,7 @@ class SyncSessionsClientImpl : public sync_sessions::SyncSessionsClient { |
sync_sessions::SyncSessionsWebContentsRouterFactory::GetForProfile( |
profile_); |
router->InjectStartSyncFlare(flare); |
+ router->SetSyncSessionsClient(this); |
return router; |
} |