blob: 76f86d31aa2a8dba85a29bede7ee1b69476c27c4 [file]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SYNC_ENGINE_SYNC_ENGINE_SWITCHES_H_
#define COMPONENTS_SYNC_ENGINE_SYNC_ENGINE_SWITCHES_H_
#include "base/feature_list.h"
#include "base/metrics/field_trial_params.h"
namespace switches {
extern const base::Feature kSyncResetPollIntervalOnStart;
extern const base::Feature kIgnoreSyncEncryptionKeysLongMissing;
extern const base::FeatureParam<int> kMinGuResponsesToIgnoreKey;
} // namespace switches
#endif // COMPONENTS_SYNC_ENGINE_SYNC_ENGINE_SWITCHES_H_