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

Side by Side Diff: chrome/common/profile_management_switches.h

Issue 115393004: Turn on inline signin by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/profile_management_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 // These are functions to access various profile-management flags but with 5 // These are functions to access various profile-management flags but with
6 // possible overrides from Experiements. This is done inside chrome/common 6 // possible overrides from Experiements. This is done inside chrome/common
7 // because it is accessed by files through the chrome/ directory tree. 7 // because it is accessed by files through the chrome/ directory tree.
8 8
9 #ifndef CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_ 9 #ifndef CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_
10 #define CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_ 10 #define CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_
11 11
12 namespace switches { 12 namespace switches {
13 13
14 // Enables the inline sign in flow on Chrome desktop. 14 // Enables the inline sign in flow on Chrome desktop.
15 bool IsEnableInlineSignin(); 15 bool IsEnableInlineSignin();
16 16
17 // Enables using GAIA information to populate profile name and icon. 17 // Enables using GAIA information to populate profile name and icon.
18 bool IsGoogleProfileInfo(); 18 bool IsGoogleProfileInfo();
19 19
20 // Use new profile management system, including profile sign-out and new 20 // Use new profile management system, including profile sign-out and new
21 // choosers. 21 // choosers.
22 bool IsNewProfileManagement(); 22 bool IsNewProfileManagement();
23 23
24 } // namespace switches 24 } // namespace switches
25 25
26 #endif // CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_ 26 #endif // CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_
27
sky 2013/12/19 16:53:38 nit: remove newline.
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/profile_management_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698