#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "chrome/browser/sync/test/integration/session_hierarchy_match_checker.h"
#include "chrome/browser/sync/test/integration/sessions_helper.h"
#include "chrome/browser/sync/test/integration/sync_service_impl_harness.h"
#include "chrome/browser/sync/test/integration/sync_test.h"
#include "chrome/browser/sync/test/integration/updated_progress_marker_checker.h"
#include "chrome/common/webui_url_constants.h"
#include "components/sync/engine/polling_constants.h"
#include "components/sync/protocol/client_commands.pb.h"
#include "components/sync/service/glue/sync_transport_data_prefs.h"
#include "components/sync/service/sync_service_impl.h"
#include "content/public/test/browser_test.h"
#include "net/base/features.h"
#include "net/dns/mock_host_resolver.h"
#include "testing/gmock/include/gmock/gmock.h"
CheckInitialState;
OpenTab;
Eq;
Ge;
Le;
namespace {
class SingleClientPollingSyncTest : public SyncTest { … };
class SingleClientPollingSyncTestNoIpProt : public SingleClientPollingSyncTest { … };
IN_PROC_BROWSER_TEST_F(SingleClientPollingSyncTest, ShouldInitializePollPrefs) { … }
IN_PROC_BROWSER_TEST_F(SingleClientPollingSyncTestNoIpProt,
PRE_ShouldUsePollIntervalFromPrefs) { … }
IN_PROC_BROWSER_TEST_F(SingleClientPollingSyncTestNoIpProt,
ShouldUsePollIntervalFromPrefs) { … }
IN_PROC_BROWSER_TEST_F(SingleClientPollingSyncTest,
PRE_ShouldPollWhenIntervalExpiredAcrossRestarts) { … }
IN_PROC_BROWSER_TEST_F(SingleClientPollingSyncTest,
ShouldPollWhenIntervalExpiredAcrossRestarts) { … }
}