chromium/chrome/browser/ui/views/title_origin_label.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 "chrome/browser/ui/views/title_origin_label.h"

std::unique_ptr<views::Label> CreateTitleOriginLabel(
    const std::u16string& text,
    const std::vector<std::pair<size_t, size_t>> bolded_ranges) {}