Chromium Code Reviews| Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
| diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
| index 3ddda05360548aaeafa7d7e82b6b6bc30dce476f..ca7c4dbbd2635b1100437b859834ceffc9dd6eeb 100644 |
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
| @@ -244,9 +244,7 @@ void InternetOptionsHandler::GetLocalizedValues( |
| bool logged_in_as_owner = LoginState::Get()->GetLoggedInUserType() == |
| LoginState::LOGGED_IN_USER_OWNER; |
| localized_strings->SetBoolean(kLoggedInAsOwnerKey, logged_in_as_owner); |
| - localized_strings->SetBoolean( |
| - kShowCarrierSelectKey, base::CommandLine::ForCurrentProcess()->HasSwitch( |
| - chromeos::switches::kEnableCarrierSwitching)); |
| + localized_strings->SetBoolean(kShowCarrierSelectKey, false); |
|
sky
2015/04/16 15:51:00
Is this still needed?
anujsharma
2015/04/17 13:41:05
I thought of removing it. But since "kShowCarrierS
stevenjb
2015/04/17 16:31:58
Please remove this here and from the JS, or add a
|
| base::DictionaryValue* network_dictionary = new base::DictionaryValue; |
| FillNetworkInfo(network_dictionary); |