зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1783836 - Remove dead SetOfflinePermission IPC call. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D154090
This commit is contained in:
Родитель
146a80ecff
Коммит
7d6674a2d0
|
@ -5191,11 +5191,6 @@ bool ContentParent::DeallocPWebrtcGlobalParent(PWebrtcGlobalParent* aActor) {
|
|||
}
|
||||
#endif
|
||||
|
||||
mozilla::ipc::IPCResult ContentParent::RecvSetOfflinePermission(
|
||||
nsIPrincipal* aPrincipal) {
|
||||
return IPC_OK();
|
||||
}
|
||||
|
||||
void ContentParent::MaybeInvokeDragSession(BrowserParent* aParent) {
|
||||
// dnd uses IPCBlob to transfer data to the content process and the IPC
|
||||
// message is sent as normal priority. When sending input events with input
|
||||
|
|
|
@ -466,8 +466,6 @@ class ContentParent final : public PContentParent,
|
|||
mozilla::ipc::IPCResult RecvNotifyTabDestroying(const TabId& aTabId,
|
||||
const ContentParentId& aCpId);
|
||||
|
||||
mozilla::ipc::IPCResult RecvSetOfflinePermission(nsIPrincipal* principal);
|
||||
|
||||
mozilla::ipc::IPCResult RecvFinishShutdown();
|
||||
|
||||
void MaybeInvokeDragSession(BrowserParent* aParent);
|
||||
|
|
|
@ -1276,12 +1276,6 @@ parent:
|
|||
|
||||
async RequestAnonymousTemporaryFile(uint64_t aID);
|
||||
|
||||
/**
|
||||
* Sets "offline-app" permission for the principal. Called when we hit
|
||||
* a web app with the manifest attribute in <html>
|
||||
*/
|
||||
async SetOfflinePermission(nsIPrincipal principal);
|
||||
|
||||
/**
|
||||
* Notifies the parent to continue shutting down after the child performs
|
||||
* its shutdown tasks.
|
||||
|
|
Загрузка…
Ссылка в новой задаче