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

Unified Diff: chrome/browser/sync/chrome_sync_client.cc

Issue 2824073002: [sync] Prevent sessions flare on startup (Closed)
Patch Set: Created 3 years, 8 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: 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;
}

Powered by Google App Engine
This is Rietveld 408576698