Issue #1053 - Remove build system MOZ_ANDROID_* defines and related code.

This commit is contained in:
Moonchild 2021-03-10 14:26:15 +00:00 committed by roytam1
commit 50653a7c4c
21 changed files with 0 additions and 946 deletions

View file

@ -144,15 +144,6 @@ PushRecord.prototype = {
return Date.now();
}
#ifdef MOZ_ANDROID_HISTORY
let result = yield Messaging.sendRequestForResult({
type: "History:GetPrePathLastVisitedTimeMilliseconds",
prePath: this.uri.prePath,
});
return result == 0 ? -Infinity : result;
#endif
// Places History transition types that can fire a
// `pushsubscriptionchange` event when the user visits a site with expired push
// registrations. Visits only count if the user sees the origin in the address