| Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| index 46b96ee7f6a9847fcfc1dab6053a046f3d977668..8735ec6db2d5602e81eb1c93d87c6db0ba734428 100644
|
| --- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| +++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| @@ -516,11 +516,6 @@ void GetDeprecatedFeaturesMap(
|
| ScopedVector<StringMappingListPolicyHandler::MappingEntry>* result) {
|
| // Maps feature tags as specified in policy to the corresponding switch to
|
| // re-enable them.
|
| - // TODO(atwilson): Remove after 2015-04-30 per http://crbug.com/374782.
|
| - result->push_back(new StringMappingListPolicyHandler::MappingEntry(
|
| - "ShowModalDialog_EffectiveUntil20150430",
|
| - scoped_ptr<base::Value>(new base::StringValue(
|
| - switches::kEnableShowModalDialog))));
|
| }
|
| #endif // !defined(OS_IOS)
|
|
|
|
|