1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PServiceWorkerManager;
10 protocol PServiceWorkerUpdater
12 manager PServiceWorkerManager;
15 // This __delete__ is safe because it's called when Proceed() is received and
16 // no other IPC messages are received nor sent.
20 async Proceed(bool allowed);
24 } // namespace mozilla