| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index 3dc3d2053b6c59fce03fdd80e126b36627a484f2..98912003a446d2924e2c74230f0afc2a54fdc1da 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -1789,10 +1789,7 @@ void TestingAutomationProvider::BuildJSONHandlerMaps() {
|
| handler_map_["GetTimeInfo"] = &TestingAutomationProvider::GetTimeInfo;
|
| handler_map_["SetTimezone"] = &TestingAutomationProvider::SetTimezone;
|
|
|
| - handler_map_["GetUpdateInfo"] = &TestingAutomationProvider::GetUpdateInfo;
|
| handler_map_["UpdateCheck"] = &TestingAutomationProvider::UpdateCheck;
|
| - handler_map_["SetReleaseTrack"] =
|
| - &TestingAutomationProvider::SetReleaseTrack;
|
|
|
| handler_map_["GetVolumeInfo"] = &TestingAutomationProvider::GetVolumeInfo;
|
| handler_map_["SetVolume"] = &TestingAutomationProvider::SetVolume;
|
|
|