// 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/printing_task.h" #include "chrome/grit/generated_resources.h" #include "ui/base/l10n/l10n_util.h" namespace task_manager { namespace { std::u16string PrefixPrintTitle(const std::u16string& title) { … } } // namespace PrintingTask::PrintingTask(content::WebContents* web_contents) : … { … } PrintingTask::~PrintingTask() { … } void PrintingTask::UpdateTitle() { … } void PrintingTask::UpdateFavicon() { … } } // namespace task_manager