/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "nsISupports.idl" interface nsINetworkInfo; [scriptable, function, uuid(5f821529-1d80-4ab5-a933-4e1b3585b6bc)] interface nsINetworkStatsServiceProxyCallback : nsISupports { /* * @param aResult callback result with boolean value * @param aMessage message */ void notify(in boolean aResult, in jsval aMessage); }; [scriptable, uuid(f4f3e901-e102-499d-9d37-dc9951f52df7)] interface nsINetworkStatsServiceProxy : nsISupports { /* * An interface used to record per-app traffic data. * @param aAppId app id * @param aIsInIsolatedMozBrowser * true if the frame is an isolated mozbrowser element.