chromium/components/favicon/core/fallback_url_util.cc

// Copyright 2015 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/favicon/core/fallback_url_util.h"

#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "net/base/registry_controlled_domains/registry_controlled_domain.h"
#include "url/gurl.h"

namespace {
const char* kFallbackIconTextForIP =;
#if BUILDFLAG(IS_IOS)
const char* kFallbackIconTextForAndroidApp = "A";
#endif
}  // namespace

namespace favicon {

std::u16string GetFallbackIconText(const GURL& url) {}

}  // namespace favicon