| Index: chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| index 38f2e42462f53c3be6b4a63bed18faba50395aae..11d6c0c7adcc4ab3032453c005829f4c2b631d55 100644
|
| --- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| @@ -564,8 +564,6 @@ void TestingAutomationProvider::GetNetworkInfo(DictionaryValue* args,
|
| item->SetInteger("strength", cellular_networks[i]->strength());
|
| item->SetString("operator_name", cellular_networks[i]->operator_name());
|
| item->SetString("operator_code", cellular_networks[i]->operator_code());
|
| - item->SetString("payment_url", cellular_networks[i]->payment_url());
|
| - item->SetString("usage_url", cellular_networks[i]->usage_url());
|
| item->SetString("network_technology",
|
| cellular_networks[i]->GetNetworkTechnologyString());
|
| item->SetString("activation_state",
|
|
|