diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-08-20 09:38:08 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-08-20 09:38:08 +0200 |
commit | 8c1d34e31664e34e53f7b75bafe96cbf86cdc23e (patch) | |
tree | 656e3bb8277cb2a22bce33317c21c52ed62a81d8 /mobile/android/chrome | |
parent | f030cc6c05c32bcb6ad4ff2615fba84f4274e75e (diff) | |
download | UXP-8c1d34e31664e34e53f7b75bafe96cbf86cdc23e.tar UXP-8c1d34e31664e34e53f7b75bafe96cbf86cdc23e.tar.gz UXP-8c1d34e31664e34e53f7b75bafe96cbf86cdc23e.tar.lz UXP-8c1d34e31664e34e53f7b75bafe96cbf86cdc23e.tar.xz UXP-8c1d34e31664e34e53f7b75bafe96cbf86cdc23e.zip |
Remove TelemetryStopwatch call sites from mobile components.
Tag #21
Diffstat (limited to 'mobile/android/chrome')
-rw-r--r-- | mobile/android/chrome/content/aboutLogins.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile/android/chrome/content/aboutLogins.js b/mobile/android/chrome/content/aboutLogins.js index 99e2af841..b3d003875 100644 --- a/mobile/android/chrome/content/aboutLogins.js +++ b/mobile/android/chrome/content/aboutLogins.js @@ -8,7 +8,6 @@ Cu.import("resource://services-common/utils.js"); /*global: CommonUtils */ Cu.import("resource://gre/modules/Messaging.jsm"); Cu.import("resource://gre/modules/Services.jsm"); Cu.import("resource://gre/modules/XPCOMUtils.jsm"); -Cu.import("resource://gre/modules/TelemetryStopwatch.jsm"); XPCOMUtils.defineLazyGetter(window, "gChromeWin", () => window.QueryInterface(Ci.nsIInterfaceRequestor) |