summaryrefslogtreecommitdiffstats
path: root/mobile/android/chrome/content
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-08-20 09:38:08 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-08-20 09:38:08 +0200
commit8c1d34e31664e34e53f7b75bafe96cbf86cdc23e (patch)
tree656e3bb8277cb2a22bce33317c21c52ed62a81d8 /mobile/android/chrome/content
parentf030cc6c05c32bcb6ad4ff2615fba84f4274e75e (diff)
downloadUXP-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/content')
-rw-r--r--mobile/android/chrome/content/aboutLogins.js1
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)