Make test URLs more external

This CL changes several test URLs so that they do not reference
internal test servers.

Copied from many CLs on the widevine side.

Change-Id: Ia0e6d6faa19e1841bacaf3b90043aca3a12aaf8a
This commit is contained in:
Fred Gylys-Colwell
2014-05-16 13:14:22 -07:00
parent 1dfd204f22
commit 86e73deb4c
4 changed files with 26 additions and 26 deletions

View File

@@ -48,7 +48,6 @@ void LicenseRequest::GetDrmMessage(const std::string& response,
// non-Google Play webservers. Need to clean this up. Possibly test
// for GLS and decide which part is the drm message
drm_msg = response.substr(header_end_pos);
LOGE("drm msg not found");
}
} else {
LOGE("response body not found");
@@ -82,5 +81,4 @@ void LicenseRequest::GetHeartbeatUrl(const std::string& response,
}
}
} // namespace wvcdm