2020-01-15 23:11:51 +00:00
|
|
|
// Copyright 2014 The Chromium Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
#include "shell/renderer/extensions/electron_extensions_dispatcher_delegate.h"
|
|
|
|
|
2021-06-04 04:16:13 +00:00
|
|
|
ElectronExtensionsDispatcherDelegate::ElectronExtensionsDispatcherDelegate() =
|
|
|
|
default;
|
2020-01-15 23:11:51 +00:00
|
|
|
|
2021-06-04 04:16:13 +00:00
|
|
|
ElectronExtensionsDispatcherDelegate::~ElectronExtensionsDispatcherDelegate() =
|
|
|
|
default;
|
2020-01-15 23:11:51 +00:00
|
|
|
|
|
|
|
void ElectronExtensionsDispatcherDelegate::OnActiveExtensionsUpdated(
|
|
|
|
const std::set<std::string>& extension_ids) {}
|