Skip to content

Commit

Permalink
4530656: Add DeviceLoginScreenWebHidAllowDevicesForUrls policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Jun 15, 2023
1 parent 20b0ab0 commit 2c376c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions shell/browser/browser_process_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,6 @@ SerialPolicyAllowedPorts* BrowserProcessImpl::serial_policy_allowed_ports() {
return nullptr;
}

HidPolicyAllowedDevices* BrowserProcessImpl::hid_policy_allowed_devices() {
return nullptr;
}

HidSystemTrayIcon* BrowserProcessImpl::hid_system_tray_icon() {
return nullptr;
}
Expand Down
1 change: 0 additions & 1 deletion shell/browser/browser_process_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class BrowserProcessImpl : public BrowserProcess {
override;
resource_coordinator::TabManager* GetTabManager() override;
SerialPolicyAllowedPorts* serial_policy_allowed_ports() override;
HidPolicyAllowedDevices* hid_policy_allowed_devices() override;
HidSystemTrayIcon* hid_system_tray_icon() override;
void CreateDevToolsProtocolHandler() override {}
void CreateDevToolsAutoOpener() override {}
Expand Down

0 comments on commit 2c376c7

Please sign in to comment.