| Index: sync/internal_api/js_sync_manager_observer.h
|
| diff --git a/sync/internal_api/js_sync_manager_observer.h b/sync/internal_api/js_sync_manager_observer.h
|
| index 02e2e5b98d8e89c39cead6d5fde39e9fa082e558..91514920c4914cad2db223f62c1b5522ed79408b 100644
|
| --- a/sync/internal_api/js_sync_manager_observer.h
|
| +++ b/sync/internal_api/js_sync_manager_observer.h
|
| @@ -48,7 +48,8 @@ class JsSyncManagerObserver : public sync_api::SyncManager::Observer {
|
| bool encrypt_everything) OVERRIDE;
|
| virtual void OnEncryptionComplete() OVERRIDE;
|
| virtual void OnInitializationComplete(
|
| - const WeakHandle<JsBackend>& js_backend, bool success) OVERRIDE;
|
| + const WeakHandle<JsBackend>& js_backend, bool success,
|
| + syncable::ModelTypeSet restored_types) OVERRIDE;
|
| virtual void OnStopSyncingPermanently() OVERRIDE;
|
| virtual void OnClearServerDataSucceeded() OVERRIDE;
|
| virtual void OnClearServerDataFailed() OVERRIDE;
|
|
|