chromium/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/sync/test/integration/performance/sync_timing_helper.h"

#include "base/strings/string_number_conversions.h"
#include "base/time/time.h"
#include "chrome/browser/sync/test/integration/sync_service_impl_harness.h"
#include "chrome/browser/sync/test/integration/updated_progress_marker_checker.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace sync_timing_helper {

base::TimeDelta TimeSyncCycle(SyncServiceImplHarness* client) {}

base::TimeDelta TimeMutualSyncCycle(SyncServiceImplHarness* client,
                                    SyncServiceImplHarness* partner) {}

base::TimeDelta TimeUntilQuiescence(
    const std::vector<SyncServiceImplHarness*>& clients) {}

}  // namespace sync_timing_helper