Index: chrome/browser/ui/webui/options/manage_profile_handler.cc |
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc |
index 2030d17c8d8af32c12d942d575bc75746b2c4a9c..40cef2fa0f798afdc4a808df4137620d96006d7d 100644 |
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc |
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc |
@@ -29,7 +29,6 @@ |
#include "chrome/browser/sync/profile_sync_service_factory.h" |
#include "chrome/browser/ui/browser_finder.h" |
#include "chrome/browser/ui/webui/options/options_handlers_helper.h" |
-#include "chrome/common/chrome_switches.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/url_constants.h" |
#include "components/signin/core/browser/signin_manager.h" |
@@ -131,11 +130,6 @@ void ManageProfileHandler::GetLocalizedValues( |
localized_strings->SetBoolean("profileShortcutsEnabled", |
ProfileShortcutManager::IsFeatureEnabled()); |
- localized_strings->SetBoolean( |
- "disableCreateExistingManagedUsers", |
- CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kDisableCreateExistingManagedUsers)); |
- |
localized_strings->SetString("enterpriseManagedAccountHelpURL", |
chrome::kEnterpriseManagedAccountHelpURL); |
} |