// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/extensions/extension_enable_flow_test_delegate.h" ExtensionEnableFlowTestDelegate::ExtensionEnableFlowTestDelegate() = default; ExtensionEnableFlowTestDelegate::~ExtensionEnableFlowTestDelegate() = default; void ExtensionEnableFlowTestDelegate::ExtensionEnableFlowFinished() { … } void ExtensionEnableFlowTestDelegate::ExtensionEnableFlowAborted( bool user_initiated) { … } void ExtensionEnableFlowTestDelegate::Wait() { … }