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

Unified Diff: chrome/browser/sync/sessions/sync_sessions_router_tab_helper.h

Issue 2824073002: [sync] Prevent sessions flare on startup (Closed)
Patch Set: Disable test on android 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/sessions/sync_sessions_router_tab_helper.h
diff --git a/chrome/browser/sync/sessions/sync_sessions_router_tab_helper.h b/chrome/browser/sync/sessions/sync_sessions_router_tab_helper.h
index 944249c05f6351740ae80f5924913ed0fec7c6de..67917e3350004260ea967ec6373e7a64566e13ff 100644
--- a/chrome/browser/sync/sessions/sync_sessions_router_tab_helper.h
+++ b/chrome/browser/sync/sessions/sync_sessions_router_tab_helper.h
@@ -60,7 +60,7 @@ class SyncSessionsRouterTabHelper
bool started_from_context_menu,
bool renderer_initiated) override;
- void NotifyRouter();
+ void NotifyRouter(bool page_load_completed = false);
// |router_| is a KeyedService and is guaranteed to outlive |this|.
SyncSessionsWebContentsRouter* router_;

Powered by Google App Engine
This is Rietveld 408576698