Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 3c32e9ffc4bf66f13869b9f2f0475ddff97eb8f2..f1a53160fc71e84b712f89809e71df06270701c6 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -991,11 +991,6 @@ const char kNoFirstRun[] = "no-first-run"; |
// Pages may still be able to generate inconsistent data from plugins. |
const char kNoJsRandomness[] = "no-js-randomness"; |
-// Disables the timeout during registration of a new managed-user profile; |
-// useful for debugging. |
-const char kNoManagedUserRegistrationTimeout[] = |
- "no-managed-user-registration-timeout"; |
- |
// Whether or not the browser should warn if the profile is on a network share. |
// This flag is only relevant for Windows currently. |
const char kNoNetworkProfileWarning[] = "no-network-profile-warning"; |