Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7630)

Unified Diff: chrome/browser/policy/test/policy_testserver.py

Issue 2412623003: Rename cert_based_register_request to match server proto. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698