Bug 1286530 - Turn mozTetheringManager API to ChromeOnly draft
authorAlexandre Lissy <lissyx@lissyx.dyndns.org>
Fri, 22 Apr 2016 12:48:13 +0200
changeset 387262 1febdb1ddc3292d751a42df552d33d47020d5647
parent 387261 86a44fb6ad6790ae6f5038b95691cbfbc5709657
child 387263 3072b8398620a09d80a274d1893826a266c35fb9
push id22914
push userbmo:lissyx+mozillians@lissyx.dyndns.org
push dateWed, 13 Jul 2016 15:39:24 +0000
bugs1286530
milestone50.0a1
Bug 1286530 - Turn mozTetheringManager API to ChromeOnly MozReview-Commit-ID: 8pwXD8ZtprJ
dom/webidl/MozTetheringManager.webidl
--- a/dom/webidl/MozTetheringManager.webidl
+++ b/dom/webidl/MozTetheringManager.webidl
@@ -27,17 +27,17 @@ dictionary TetheringConfiguration {
   DOMString endIp;
   DOMString dns1;
   DOMString dns2;
   WifiTetheringConfig wifiConfig;
 };
 
 [JSImplementation="@mozilla.org/tetheringmanager;1",
  NavigatorProperty="mozTetheringManager",
- AvailableIn="CertifiedApps"]
+ ChromeOnly]
 interface MozTetheringManager {
   /**
    * Enable/Disable tethering.
    * @param enabled True to enable tethering, False to disable tethering.
    * @param type Tethering type to enable/disable.
    * @param config Configuration should have following fields when enable is True:
    *               - ip ip address.
    *               - prefix mask length.