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

Unified Diff: chrome/browser/sync/glue/sync_backend_host.h

Issue 10837214: Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/glue/sync_backend_host.h
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
index dd703b45417c6e40178ab6718bd913a1ce66da6f..16a78c1d2239c9add649cd4ced4029ec5758466d 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -473,7 +473,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
void HandleNotificationsDisabledOnFrontendLoop(
syncer::NotificationsDisabledReason reason);
void HandleIncomingNotificationOnFrontendLoop(
- const syncer::ObjectIdPayloadMap& id_payloads,
+ const syncer::ObjectIdStateMap& id_state_map,
syncer::IncomingNotificationSource source);
// Must be called on |frontend_loop_|. |done_callback| is called on

Powered by Google App Engine
This is Rietveld 408576698