chore: fix build with enable_electron_extensions (#20959)

This commit is contained in:
Jeremy Apthorp 2019-11-04 15:59:31 -08:00 committed by Samuel Attard
parent a034f5db0d
commit afaa1e73ab
2 changed files with 5 additions and 3 deletions

View file

@ -105,7 +105,8 @@ class AtomExtensionsBrowserClient : public extensions::ExtensionsBrowserClient {
void BroadcastEventToRenderers(
extensions::events::HistogramValue histogram_value,
const std::string& event_name,
std::unique_ptr<base::ListValue> args) override;
std::unique_ptr<base::ListValue> args,
bool dispatch_to_off_the_record_profiles) override;
extensions::ExtensionCache* GetExtensionCache() override;
bool IsBackgroundUpdateAllowed() override;
bool IsMinBrowserVersionSupported(const std::string& min_version) override;