| 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 d1d0a40f35399f63d268214915791577a7674c58..38801ba5e63f2d554363d4b1af78431c2b67f3f5 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -1809,8 +1809,10 @@ void TestingAutomationProvider::SendJSONRequest(int handle,
|
| &TestingAutomationProvider::IsEnterpriseDevice;
|
| handler_map["GetEnterprisePolicyInfo"] =
|
| &TestingAutomationProvider::GetEnterprisePolicyInfo;
|
| - handler_map["EnrollEnterpriseDevice"] =
|
| - &TestingAutomationProvider::EnrollEnterpriseDevice;
|
| + handler_map["ShowEnterpriseWizard"] =
|
| + &TestingAutomationProvider::ShowEnterpriseWizard;
|
| + handler_map["AddEnrollmentObserver"] =
|
| + &TestingAutomationProvider::AddEnrollmentObserver;
|
|
|
| handler_map["EnableSpokenFeedback"] =
|
| &TestingAutomationProvider::EnableSpokenFeedback;
|
|
|