Index: chrome/browser/sync/profile_sync_service.h |
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
index 9806b165185f3907116903f97cfdc9a192db9731..3974788cef36bd6a2449a7c5c22df0f132c66cd8 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -483,6 +483,9 @@ class ProfileSyncService : public browser_sync::SyncFrontend, |
// Stops the sync backend and sets the flag for suppressing sync startup. |
void StopAndSuppress(); |
+ // Resets the flag for suppressing sync startup. |
+ void Unsuppress(); |
+ |
// Resets the flag for suppressing sync startup and starts the sync backend. |
void UnsuppressAndStart(); |