blob: 388b5ce405b727a5b4ac594cd1ee6b74c88fbcf3 [file] [log] [blame]
// 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_BASE_SYNC_BASE_SWITCHES_H_
#define COMPONENTS_SYNC_BASE_SYNC_BASE_SWITCHES_H_
#include "base/feature_list.h"
namespace switches {
extern const base::Feature kSyncForceDisableScryptForCustomPassphrase;
extern const base::Feature kSyncE2ELatencyMeasurement;
} // namespace switches
#endif // COMPONENTS_SYNC_BASE_SYNC_BASE_SWITCHES_H_