Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / profile_management_switches.h
blobe26cb41f836023c920a4684e10ab45478779c2e7
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
3 // found in the LICENSE file.
5 // These are functions to access various profile-management flags but with
6 // possible overrides from Experiements. This is done inside chrome/common
7 // because it is accessed by files through the chrome/ directory tree.
9 #ifndef CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_
10 #define CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_
12 namespace switches {
14 // Enables the web-based sign in flow on Chrome desktop.
15 bool IsEnableWebBasedSignin();
17 // Enables using GAIA information to populate profile name and icon.
18 bool IsGoogleProfileInfo();
20 // Use new profile management system, including profile sign-out and new
21 // choosers.
22 bool IsNewProfileManagement();
24 } // namespace switches
26 #endif // CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_