Bug 1271352 - DLC Sync: Update kinto endpoint and CDN base domain. r=margaret

MozReview-Commit-ID: 8TbsANSzpZZ

--HG--
extra : rebase_source : b28399a5da495258a8abc67c01dc90e9803a6a01
extra : histedit_source : a1e41e7779f9701f11dc31b37296a4929632d9be
This commit is contained in:
Sebastian Kaspari 2016-05-16 09:59:14 -07:00
parent e670771049
commit 7d64948770
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ public class DownloadAction extends BaseAction {
private static final String CACHE_DIRECTORY = "downloadContent";
private static final String CDN_BASE_URL = "https://mobile.cdn.mozilla.net/";
private static final String CDN_BASE_URL = "https://fennec-catalog.cdn.mozilla.net/";
public interface Callback {
void onContentDownloaded(DownloadContent content);

View File

@ -44,7 +44,7 @@ public class SyncAction extends BaseAction {
* Dev instance:
* https://kinto-ota.dev.mozaws.net/v1/buckets/dlc/collections/catalog/records
*/
private static final String CATALOG_ENDPOINT = "https://firefox.settings.services.mozilla.com/v1/buckets/fennec-dlc/collections/catalog/records";
private static final String CATALOG_ENDPOINT = "https://firefox.settings.services.mozilla.com/v1/buckets/fennec/collections/catalog/records";
@Override
public void perform(Context context, DownloadContentCatalog catalog) {