chromium/chrome/browser/extensions/external_testing_loader.cc

// 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/extensions/external_testing_loader.h"

#include "base/json/json_string_value_serializer.h"
#include "base/values.h"
#include "chrome/browser/extensions/external_pref_loader.h"
#include "content/public/browser/browser_thread.h"

namespace extensions {

ExternalTestingLoader::ExternalTestingLoader(
    const std::string& json_data,
    const base::FilePath& fake_base_path)
    :{}

const base::FilePath ExternalTestingLoader::GetBaseCrxFilePath() {}

void ExternalTestingLoader::StartLoading() {}

ExternalTestingLoader::~ExternalTestingLoader() = default;

}  // namespace extensions