Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: components/signin/core/common/signin_switches.h

Issue 2946693002: Use GN buildflags and features to configure account consistency (Closed)
Patch Set: fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/signin/core/common/signin_switches.h
diff --git a/components/signin/core/common/signin_switches.h b/components/signin/core/common/signin_switches.h
index 213e0e925314708f36e5b4312cf0ac1ce9ae5662..5038a1e4fe362235b1ec4720e9852b4559367f67 100644
--- a/components/signin/core/common/signin_switches.h
+++ b/components/signin/core/common/signin_switches.h
@@ -5,8 +5,7 @@
#ifndef COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_SWITCHES_H_
#define COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_SWITCHES_H_
-#include "base/feature_list.h"
-#include "build/build_config.h"
+#include "components/signin/core/common/signin_features.h"
namespace switches {
@@ -23,7 +22,7 @@ extern const char kEnableRefreshTokenAnnotationRequest[];
extern const char kEnableSigninPromo[];
extern const char kExtensionsMultiAccount[];
-#if !defined(OS_ANDROID) && !defined(OS_IOS)
+#if !BUILDFLAG(ENABLE_MIRROR)
// Note: Account consistency (Mirror) is already enabled on mobile platforms, so
// this switch only exist on desktop platforms.
extern const char kAccountConsistency[];
« no previous file with comments | « components/signin/core/common/profile_management_switches.cc ('k') | components/signin/core/common/signin_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698