From 9729c4479fe23554eae6e6dd1f30ff488f470c84 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 4 May 2022 11:03:41 +0200 Subject: Add sources for push-notifications Change-Id: Ibfaa78cdc3790b5936b2ae683328274ffc89c3bc Reviewed-by: Szabolcs David Reviewed-by: Peter Varga --- chromium/chrome/browser/signin/signin_features.cc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 chromium/chrome/browser/signin/signin_features.cc (limited to 'chromium/chrome/browser/signin/signin_features.cc') diff --git a/chromium/chrome/browser/signin/signin_features.cc b/chromium/chrome/browser/signin/signin_features.cc new file mode 100644 index 00000000000..b1932809890 --- /dev/null +++ b/chromium/chrome/browser/signin/signin_features.cc @@ -0,0 +1,16 @@ +// 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. + +#include "chrome/browser/signin/signin_features.h" + +// Enables the client-side processing of the HTTP response header +// Google-Accounts-RemoveLocalAccount. +const base::Feature kProcessGaiaRemoveLocalAccountHeader{ + "ProcessGaiaRemoveLocalAccountHeader", base::FEATURE_ENABLED_BY_DEFAULT}; + +// Allows policies to be loaded on a managed account without activating sync. +// Uses enterprise confirmation dialog for managed accounts signin outside of +// the profile picker. +const base::Feature kAccountPoliciesLoadedWithoutSync{ + "AccountPoliciesLoadedWithoutSync", base::FEATURE_DISABLED_BY_DEFAULT}; -- cgit v1.2.1