[Basilisk] Issue MoonchildProductions/GRE#3029 - Fix search after telemetry removal.

This commit is contained in:
Moonchild 2021-11-04 12:37:11 +00:00 committed by roytam1
commit 0691dfb5ba
2 changed files with 0 additions and 3 deletions

View file

@ -624,7 +624,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
}
// Augment the search action details object.
let details = searchActionDetails || {};
details.isOneOff = isOneOff;
details.type = eventType;
let submission = engine.getSubmission(query, null, "keyword");

View file

@ -1940,8 +1940,6 @@
aOpenUILinkParams &&
aOpenUILinkParams.inBackground;
let where = tabBackground ? "tab-background" : aOpenUILinkWhere;
BrowserSearch.recordOneoffSearchInTelemetry(engine, source, type,
where);
return true;
]]></body>
</method>