summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/signin/signin_features.h
blob: 47c61c2194996f65c7067c2a955254b923e18091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2020 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 CHROME_BROWSER_SIGNIN_SIGNIN_FEATURES_H_
#define CHROME_BROWSER_SIGNIN_SIGNIN_FEATURES_H_

#include "base/feature_list.h"
#include "build/chromeos_buildflags.h"

extern const base::Feature kProcessGaiaRemoveLocalAccountHeader;

extern const base::Feature kAccountPoliciesLoadedWithoutSync;

#endif  // CHROME_BROWSER_SIGNIN_SIGNIN_FEATURES_H_