| Index: chrome/browser/sync/glue/sync_backend_host_core.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_core.h b/chrome/browser/sync/glue/sync_backend_host_core.h
|
| index d246255698d09a9e596a54c04b3599ddc9ee1b3c..0c521002010b9efba573a30a34c670abf329946a 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_core.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_core.h
|
| @@ -209,7 +209,8 @@ class SyncBackendHostCore
|
| return synced_device_tracker_.get();
|
| }
|
|
|
| - void SetForwardProtocolEvents(bool forward);
|
| + void SendBufferedProtocolEventsAndEnableForwarding();
|
| + void DisableProtocolEventForwarding();
|
|
|
| // Delete the sync data folder to cleanup backend data. Happens the first
|
| // time sync is enabled for a user (to prevent accidentally reusing old
|
|
|