Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 2c56c3531eb5086f92feb6bb99989efa21a97b89..68b5065b8478f41b7fb23e0ba0529ae2a55d85ba 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -514,10 +514,6 @@ const char kEnableExtensionActivityLogTesting[] = |
// crbug.com/142458 . |
const char kEnableFastUnload[] = "enable-fast-unload"; |
-// Enables the pure web-based flow for sign in on first run/NTP/wrench menu/ |
-// settings page. |
-const char kEnableWebBasedSignin[] = "enable-web-based-signin"; |
- |
// Enables IPv6 support, even if probes suggest that it may not be fully |
// supported. Some probes may require internet connections, and this flag will |
// allow support independent of application testing. This flag overrides |
@@ -717,10 +713,6 @@ const char kFakeVariationsChannel[] = "fake-variations-channel"; |
// loaded. It is useful to tell the difference for tracking purposes. |
const char kFastStart[] = "fast-start"; |
-// Allows displaying the list of existing profiles in the avatar bubble for |
-// fast switching between profiles. |
-const char kFastUserSwitching[] = "fast-user-switching"; |
- |
// These two flags are added around the switches about:flags adds to the |
// command line. This is useful to see which switches were added by about:flags |
// on about:version. They don't have any effect. |
@@ -751,9 +743,6 @@ const char kForceVariationIds[] = "force-variation-ids"; |
// Specifies an alternate URL to use for speaking to Google. Useful for testing. |
const char kGoogleBaseURL[] = "google-base-url"; |
-// Enables using GAIA information to populate profile name and icon. |
-const char kGoogleProfileInfo[] = "google-profile-info"; |
- |
// Specifies a custom name for the GSSAPI library to load. |
const char kGSSAPILibraryName[] = "gssapi-library-name"; |
@@ -892,16 +881,6 @@ const char kMultiProfiles[] = "multi-profiles"; |
// Intended primarily for use with --log-net-log. |
const char kNetLogLevel[] = "net-log-level"; |
-// Use new avatar menu. When combined with new-profile-management, it simply |
-// shows the new profile management avatar menu. Otherwise it shows a redesigned |
-// avatar menu with the same functionality as the old one, plus a tutorial card |
-// at the top prompting the user to try out the new profile management UI. |
-const char kNewAvatarMenu[] = "new-avatar-menu"; |
- |
-// Use new profile management system, including profile sign-out and new |
-// choosers. |
-const char kNewProfileManagement[] = "new-profile-management"; |
- |
// Disables the default browser check. Useful for UI/browser tests where we |
// want to avoid having the default browser info-bar displayed. |
const char kNoDefaultBrowserCheck[] = "no-default-browser-check"; |