| Index: content/browser/power_save_blocker_factory.cc
|
| diff --git a/content/browser/power_save_blocker_factory.cc b/content/browser/power_save_blocker_factory.cc
|
| deleted file mode 100644
|
| index 113e35b7b9494a82a6f99a08a1177fe0aed60c6c..0000000000000000000000000000000000000000
|
| --- a/content/browser/power_save_blocker_factory.cc
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "content/browser/power_save_blocker_factory.h"
|
| -
|
| -#include "base/threading/sequenced_worker_pool.h"
|
| -#include "content/public/browser/browser_thread.h"
|
| -
|
| -namespace content {
|
| -
|
| -std::unique_ptr<device::PowerSaveBlocker> CreatePowerSaveBlocker(
|
| - device::PowerSaveBlocker::PowerSaveBlockerType type,
|
| - device::PowerSaveBlocker::Reason reason,
|
| - const std::string& description) {
|
| - return device::PowerSaveBlocker::CreateWithTaskRunners(
|
| - type, reason, description,
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE));
|
| -}
|
| -
|
| -} // namespace content
|
|
|