diff options
Diffstat (limited to 'components/places')
-rw-r--r-- | components/places/content/browserPlacesViews.js | 3 | ||||
-rw-r--r-- | components/places/content/places.js | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/components/places/content/browserPlacesViews.js b/components/places/content/browserPlacesViews.js index c6ee9b6..bab8825 100644 --- a/components/places/content/browserPlacesViews.js +++ b/components/places/content/browserPlacesViews.js @@ -980,9 +980,6 @@ function PlacesToolbar(aPlace) { } PlacesViewBase.call(this, aPlace); - - Services.telemetry.getHistogramById("FX_BOOKMARKS_TOOLBAR_INIT_MS") - .add(Date.now() - startTime); } PlacesToolbar.prototype = { diff --git a/components/places/content/places.js b/components/places/content/places.js index 375c3de..529f192 100644 --- a/components/places/content/places.js +++ b/components/places/content/places.js @@ -17,7 +17,6 @@ XPCOMUtils.defineLazyModuleGetter(this, "DownloadUtils", "resource://gre/modules/DownloadUtils.jsm"); const RESTORE_FILEPICKER_FILTER_EXT = "*.json;*.jsonlz4"; -const HISTORY_LIBRARY_SEARCH_TELEMETRY = "PLACES_HISTORY_LIBRARY_SEARCH_TIME_MS"; var PlacesOrganizer = { _places: null, @@ -360,7 +359,6 @@ var PlacesOrganizer = { * cookies, history, preferences, and bookmarks. */ importFromBrowser: function PO_importFromBrowser() { - // We pass in the type of source we're using for use in telemetry: MigrationUtils.showMigrationWizard(window, [MigrationUtils.MIGRATION_ENTRYPOINT_PLACES]); }, |