2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 include protocol PBrowser;
7 include protocol PContent;
12 [RefCounted] protocol PExternalHelperApp
17 async OnStartRequest(nsCString entityID);
18 async OnDataAvailable(nsCString data, uint64_t offset, uint32_t count);
19 async OnStopRequest(nsresult code);
22 async Cancel(nsresult aStatus);
28 } // namespace mozilla