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

Unified Diff: chrome/browser/policy/device_management_service_unittest.cc

Issue 10748008: Remove legacy DM Server http error codes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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
« no previous file with comments | « chrome/browser/policy/device_management_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/device_management_service_unittest.cc
diff --git a/chrome/browser/policy/device_management_service_unittest.cc b/chrome/browser/policy/device_management_service_unittest.cc
index 04f0094ca02367f08c676dc20cae22ec5d64d091..be343b6cb15ca7e06b24489efad74dbf342bc23a 100644
--- a/chrome/browser/policy/device_management_service_unittest.cc
+++ b/chrome/browser/policy/device_management_service_unittest.cc
@@ -249,12 +249,6 @@ INSTANTIATE_TEST_CASE_P(
net::URLRequestStatus::SUCCESS,
410,
PROTO_STRING(kResponseEmpty)),
- // TODO(pastarmovj): Remove once DM server is deployed.
- FailedRequestParams(
- DM_STATUS_SERVICE_DEVICE_NOT_FOUND,
- net::URLRequestStatus::SUCCESS,
- 901,
- PROTO_STRING(kResponseEmpty)),
FailedRequestParams(
DM_STATUS_SERVICE_MANAGEMENT_TOKEN_INVALID,
net::URLRequestStatus::SUCCESS,
@@ -279,12 +273,6 @@ INSTANTIATE_TEST_CASE_P(
DM_STATUS_MISSING_LICENSES,
net::URLRequestStatus::SUCCESS,
402,
- PROTO_STRING(kResponseEmpty)),
- // TODO(pastarmovj): Remove once DM server is deployed.
- FailedRequestParams(
- DM_STATUS_SERVICE_ACTIVATION_PENDING,
- net::URLRequestStatus::SUCCESS,
- 491,
PROTO_STRING(kResponseEmpty))));
// Simple query parameter parser for testing.
« no previous file with comments | « chrome/browser/policy/device_management_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698