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

Unified Diff: chrome/common/chrome_switches.cc

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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 6044a69320cdcc8166474db9a0d396837ec1cc8c..dd57deb92cfa39e06523770f34bee24f0477dfc7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -537,10 +537,6 @@ const char kEnableFastUnload[] = "enable-fast-unload";
// Enable HTTP/2 draft 04. This is a temporary testing flag.
const char kEnableHttp2Draft04[] = "enable-http2-draft-04";
-// 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
@@ -740,10 +736,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.
@@ -774,9 +766,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";
@@ -915,10 +904,6 @@ const char kMultiProfiles[] = "multi-profiles";
// Intended primarily for use with --log-net-log.
const char kNetLogLevel[] = "net-log-level";
-// 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";

Powered by Google App Engine
This is Rietveld 408576698