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

Side by Side Diff: components/signin/core/common/signin_switches.h

Issue 2779693003: Adding Finch and flag for Sign-in promo (Closed)
Patch Set: . Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_SWITCHES_H_ 5 #ifndef COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_SWITCHES_H_
6 #define COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_SWITCHES_H_ 6 #define COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_SWITCHES_H_
7 7
8 #include "base/feature_list.h" 8 #include "base/feature_list.h"
9 9
10 namespace switches { 10 namespace switches {
11 11
12 // These switches should not be queried from CommandLine::HasSwitch() directly. 12 // These switches should not be queried from CommandLine::HasSwitch() directly.
13 // Always go through the helper functions in profile_management_switches.h 13 // Always go through the helper functions in profile_management_switches.h
14 // to properly take into account the state of field trials. 14 // to properly take into account the state of field trials.
15 15
16 // All switches in alphabetical order. The switches should be documented 16 // All switches in alphabetical order. The switches should be documented
17 // alongside the definition of their values in the .cc file. 17 // alongside the definition of their values in the .cc file.
18 extern const char kClearTokenService[]; 18 extern const char kClearTokenService[];
19 extern const char kDisableAccountConsistency[]; 19 extern const char kDisableAccountConsistency[];
20 extern const char kDisableNewProfileManagement[]; 20 extern const char kDisableNewProfileManagement[];
21 extern const char kDisableSigninScopedDeviceId[]; 21 extern const char kDisableSigninScopedDeviceId[];
22 extern const char kEnableAccountConsistency[]; 22 extern const char kEnableAccountConsistency[];
23 extern const char kEnableNewProfileManagement[]; 23 extern const char kEnableNewProfileManagement[];
24 extern const char kEnableRefreshTokenAnnotationRequest[]; 24 extern const char kEnableRefreshTokenAnnotationRequest[];
25 extern const char kExtensionsMultiAccount[]; 25 extern const char kExtensionsMultiAccount[];
26 extern const char kGoogleProfileInfo[]; 26 extern const char kGoogleProfileInfo[];
27 27
sdefresne 2017/03/29 10:37:07 Remove the blank line and sort alphabetically with
jlebel 2017/03/29 10:58:35 Done.
28 extern const char kEnableSigninPromo[];
29 extern const char kDisableSigninPromo[];
30
28 extern const base::Feature kUsePasswordSeparatedSigninFlow; 31 extern const base::Feature kUsePasswordSeparatedSigninFlow;
29 32
30 } // namespace switches 33 } // namespace switches
31 34
32 #endif // COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_SWITCHES_H_ 35 #endif // COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_SWITCHES_H_
OLDNEW
« no previous file with comments | « no previous file | components/signin/core/common/signin_switches.cc » ('j') | components/signin/core/common/signin_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698