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

Unified Diff: chrome/browser/sync/sessions/browser_list_router_helper.cc

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
« no previous file with comments | « no previous file | chrome/browser/sync/sessions/sync_sessions_router_tab_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sessions/browser_list_router_helper.cc
diff --git a/chrome/browser/sync/sessions/browser_list_router_helper.cc b/chrome/browser/sync/sessions/browser_list_router_helper.cc
index 5a52abb5e68f4858ae03042e0615965857334fe0..2b551df9d6f5e6bb4e3dd6292184af4d50f162eb 100644
--- a/chrome/browser/sync/sessions/browser_list_router_helper.cc
+++ b/chrome/browser/sync/sessions/browser_list_router_helper.cc
@@ -39,7 +39,7 @@ void BrowserListRouterHelper::TabInsertedAt(TabStripModel* model,
content::WebContents* web_contents,
int index,
bool foreground) {
- router_->NotifyTabModified(web_contents);
+ router_->NotifyTabModified(web_contents, false);
}
} // namespace sync_sessions
« no previous file with comments | « no previous file | chrome/browser/sync/sessions/sync_sessions_router_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698