// Copyright 2013 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/icon_loader.h" #include "base/functional/bind.h" #include "base/nix/mime_util_xdg.h" #include "content/public/browser/browser_task_traits.h" #include "content/public/browser/browser_thread.h" #include "ui/linux/linux_ui.h" // static IconLoader::IconGroup IconLoader::GroupForFilepath( const base::FilePath& file_path) { … } // static scoped_refptr<base::TaskRunner> IconLoader::GetReadIconTaskRunner() { … } void IconLoader::ReadIcon() { … }