chromium/components/ui_devtools/agent_util.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/ui_devtools/agent_util.h"

#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/path_service.h"
#include "base/run_loop.h"
#include "base/task/task_traits.h"
#include "base/task/thread_pool.h"

namespace ui_devtools {

namespace {

void OnSourceFile(base::OnceClosure quit_closure,
                  bool* return_value,
                  bool read_file_result) {}

}  // namespace

const char kChromiumCodeSearchURL[] =;
const char kChromiumCodeSearchSrcURL[] =;

bool GetSourceCode(std::string path, std::string* source_code) {}

}  // namespace ui_devtools