diff options
Diffstat (limited to 'widget/windows/nsWindow.cpp')
-rw-r--r-- | widget/windows/nsWindow.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/widget/windows/nsWindow.cpp b/widget/windows/nsWindow.cpp index 5675d6b8c2..6a00872980 100644 --- a/widget/windows/nsWindow.cpp +++ b/widget/windows/nsWindow.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:set ts=2 sts=2 sw=2 et cin: */ /* 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/. */ @@ -209,8 +208,6 @@ #include "ClientLayerManager.h" #include "InputData.h" -#include "mozilla/Telemetry.h" - using namespace mozilla; using namespace mozilla::dom; using namespace mozilla::gfx; @@ -5003,7 +5000,6 @@ nsWindow::ProcessMessage(UINT msg, WPARAM& wParam, LPARAM& lParam, obsServ->NotifyObservers(nullptr, "profile-change-teardown", context.get()); obsServ->NotifyObservers(nullptr, "profile-before-change", context.get()); obsServ->NotifyObservers(nullptr, "profile-before-change-qm", context.get()); - obsServ->NotifyObservers(nullptr, "profile-before-change-telemetry", context.get()); // Then a controlled but very quick exit. _exit(0); } |