blob: 1a5348ae55995fd335b218280e70b593dbd7d2f9 [file] [log] [blame]
// Copyright 2014 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_INVALIDATION_IMPL_INVALIDATION_SWITCHES_H
#define COMPONENTS_INVALIDATION_IMPL_INVALIDATION_SWITCHES_H
#include "base/feature_list.h"
#include "base/metrics/field_trial_params.h"
namespace invalidation {
namespace switches {
extern const base::Feature kFCMInvalidationsStartOnceActiveAccountAvailable;
extern const base::Feature kFCMInvalidationsForSyncDontCheckVersion;
extern const base::Feature kTiclInvalidationsStartInvalidatorOnActiveHandler;
extern const base::Feature kSyncInstanceIDTokenTTL;
extern const base::FeatureParam<int> kSyncInstanceIDTokenTTLSeconds;
extern const base::Feature kPolicyInstanceIDTokenTTL;
extern const base::FeatureParam<int> kPolicyInstanceIDTokenTTLSeconds;
} // namespace switches
} // namespace invalidation
#endif // COMPONENTS_INVALIDATION_IMPL_INVALIDATION_SWITCHES_H