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

Unified Diff: chrome/common/profile_management_switches.h

Issue 235813002: Add profile-switches to signin-internals; move switches to component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp(i) files Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/profile_management_switches.h
diff --git a/chrome/common/profile_management_switches.h b/chrome/common/profile_management_switches.h
deleted file mode 100644
index 5c9db4980b535d490def92ba9f08f2fbf753ac18..0000000000000000000000000000000000000000
--- a/chrome/common/profile_management_switches.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2013 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.
-
-// These are functions to access various profile-management flags but with
-// possible overrides from Experiements. This is done inside chrome/common
-// because it is accessed by files through the chrome/ directory tree.
-
-#ifndef CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_
-#define CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_
-
-namespace switches {
-
-// Enables the web-based sign in flow on Chrome desktop.
-bool IsEnableWebBasedSignin();
-
-// Enables using GAIA information to populate profile name and icon.
-bool IsGoogleProfileInfo();
-
-// Use new profile management system, including profile sign-out and new
-// choosers.
-bool IsNewProfileManagement();
-
-// Checks whether the flag for fast user switching is enabled.
-bool IsFastUserSwitching();
Roger Tawa OOO till Jul 10th 2014/04/11 20:57:43 Lets put these in alphabetical order.
Mike Lerman 2014/04/14 19:39:53 Done.
-
-} // namespace switches
-
-#endif // CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698