// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_DISABLED_CHECKER_H_ #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_DISABLED_CHECKER_H_ #include "chrome/browser/sync/test/integration/single_client_status_change_checker.h" #include "components/sync/engine/sync_status.h" // A helper class to wait for Sync-the-feature to become disabled. Note that // Sync-the-transport might still run. class SyncDisabledChecker : public SingleClientStatusChangeChecker { … }; #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_DISABLED_CHECKER_H_