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

Unified Diff: chrome/browser/sync/sessions/sync_sessions_web_contents_router.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_web_contents_router.h
diff --git a/chrome/browser/sync/sessions/sync_sessions_web_contents_router.h b/chrome/browser/sync/sessions/sync_sessions_web_contents_router.h
index dc698f280ca2704828061d015f5c64af68173c63..fbb057be6b9f005e24c9dadb5441c32807318470 100644
--- a/chrome/browser/sync/sessions/sync_sessions_web_contents_router.h
+++ b/chrome/browser/sync/sessions/sync_sessions_web_contents_router.h
@@ -36,7 +36,8 @@ class SyncSessionsWebContentsRouter : public LocalSessionEventRouter,
// Notify the router that the tab corresponding to |web_contents| has been
// modified in some way.
- void NotifyTabModified(content::WebContents* web_contents);
+ void NotifyTabModified(content::WebContents* web_contents,
+ bool page_load_completed);
// Inject a flare that can be used to start sync. See the comment for
// StartSyncFlare in syncable_service.h for more.
void InjectStartSyncFlare(syncer::SyncableService::StartSyncFlare flare);

Powered by Google App Engine
This is Rietveld 408576698