Index: chrome/browser/sync/engine/syncapi.h |
=================================================================== |
--- chrome/browser/sync/engine/syncapi.h (revision 52107) |
+++ chrome/browser/sync/engine/syncapi.h (working copy) |
@@ -662,6 +662,12 @@ |
// The syncer thread has been resumed. |
virtual void OnResumed() = 0; |
+ // We are no longer permitted to communicate with the server. Sync should |
+ // be disabled and state cleaned up at once. This can happen for a number |
+ // of reasons, e.g. swapping from a test instance to production, or a |
+ // global stop syncing operation has wiped the store. |
+ virtual void OnStopSyncingPermanently() = 0; |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(Observer); |
}; |