| Index: chrome/browser/policy/test/policy_testserver.py
|
| diff --git a/chrome/browser/policy/test/policy_testserver.py b/chrome/browser/policy/test/policy_testserver.py
|
| index 9c34a0eb3e37acd9bdf2f071cb7b406b00f26889..62b0ee4b3dbef811b70c13240f14a379d9a5fb9b 100644
|
| --- a/chrome/browser/policy/test/policy_testserver.py
|
| +++ b/chrome/browser/policy/test/policy_testserver.py
|
| @@ -295,7 +295,7 @@ class PolicyRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
| return (400, 'Invalid request parameter')
|
| if request_type == 'register':
|
| response = self.ProcessRegister(rmsg.register_request)
|
| - elif request_type == 'cert_based_register':
|
| + elif request_type == 'certificate_based_register':
|
| response = self.ProcessCertBasedRegister(rmsg.register_request)
|
| elif request_type == 'api_authorization':
|
| response = self.ProcessApiAuthorization(rmsg.service_api_access_request)
|
|
|