Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions browser/extensions/felt/content/FeltProcessParent.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const lazy = {};
ChromeUtils.defineESModuleGetters(lazy, {
Subprocess: "resource://gre/modules/Subprocess.sys.mjs",
ConsoleClient: "resource:///modules/enterprise/ConsoleClient.sys.mjs",
CONSOLE_ADDRESS_PREF: "resource:///modules/enterprise/ConsoleClient.sys.mjs",
isTesting: "resource:///modules/enterprise/EnterpriseCommon.sys.mjs",
FeltCommon: "chrome://felt/content/FeltCommon.sys.mjs",
FeltStorage: "resource:///modules/FeltStorage.sys.mjs",
Expand Down Expand Up @@ -264,11 +263,6 @@ export class FeltProcessParent extends JSProcessActorParent {
}

sendPrefsToFirefox() {
Services.felt.sendStringPreference(
lazy.CONSOLE_ADDRESS_PREF,
lazy.ConsoleClient.consoleBaseURI
);
Comment on lines -267 to -270
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


// Enables remote policy polling
Services.felt.sendBoolPreference(
"browser.policies.live_polling.enabled",
Expand Down