chromium/chrome/browser/task_manager/providers/web_contents/no_state_prefetch_task.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 "chrome/browser/task_manager/providers/web_contents/no_state_prefetch_task.h"

#include "chrome/grit/generated_resources.h"
#include "chrome/grit/theme_resources.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/image/image_skia.h"

namespace task_manager {

namespace {

gfx::ImageSkia* g_no_state_prefetch_icon =;

// Returns the no state prefetch icon or |nullptr| if the |ResourceBundle| is
// not ready yet.
gfx::ImageSkia* GetNoStatePrefetchIcon() {}

std::u16string PrefixPrerenderTitle(const std::u16string& title) {}

}  // namespace

NoStatePrefetchTask::NoStatePrefetchTask(content::WebContents* web_contents)
    :{}

NoStatePrefetchTask::~NoStatePrefetchTask() = default;

void NoStatePrefetchTask::UpdateTitle() {}

void NoStatePrefetchTask::UpdateFavicon() {}

}  // namespace task_manager