summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/js_sync_manager_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/js_sync_manager_observer.h')
-rw-r--r--chrome/browser/sync/js_sync_manager_observer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/js_sync_manager_observer.h b/chrome/browser/sync/js_sync_manager_observer.h
index c7d09e76..2fa8638 100644
--- a/chrome/browser/sync/js_sync_manager_observer.h
+++ b/chrome/browser/sync/js_sync_manager_observer.h
@@ -40,6 +40,8 @@ class JsSyncManagerObserver : public sync_api::SyncManager::Observer {
virtual void OnEncryptionComplete(
const syncable::ModelTypeSet& encrypted_types);
virtual void OnInitializationComplete();
+ virtual void OnPaused();
+ virtual void OnResumed();
virtual void OnStopSyncingPermanently();
virtual void OnClearServerDataSucceeded();
virtual void OnClearServerDataFailed();