fix: don't observe WebUSB for in-memory partitions (#42462)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
da6235ff55
commit
c519ee59b2
2 changed files with 4 additions and 3 deletions
|
@ -94,7 +94,8 @@ class ElectronUsbDelegate::ContextObservation
|
|||
content::BrowserContext* browser_context)
|
||||
: parent_(parent), browser_context_(browser_context) {
|
||||
auto* chooser_context = GetChooserContext(browser_context_);
|
||||
device_observation_.Observe(chooser_context);
|
||||
if (chooser_context)
|
||||
device_observation_.Observe(chooser_context);
|
||||
}
|
||||
ContextObservation(ContextObservation&) = delete;
|
||||
ContextObservation& operator=(ContextObservation&) = delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue