Chromium Code Reviews| Index: content/browser/power_save_blocker_empty.cc |
| diff --git a/content/browser/power_save_blocker_android.cc b/content/browser/power_save_blocker_empty.cc |
| similarity index 75% |
| copy from content/browser/power_save_blocker_android.cc |
| copy to content/browser/power_save_blocker_empty.cc |
| index c349fe5f9e174bdeb14ceddfe97943b549b79e2b..3c52d1c6725ea3abfc66d6115b0c414a582a00d3 100644 |
| --- a/content/browser/power_save_blocker_android.cc |
| +++ b/content/browser/power_save_blocker_empty.cc |
| @@ -1,11 +1,9 @@ |
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012-2013 The Chromium Authors. All rights reserved. |
|
Nico
2013/03/03 23:14:22
we don't do date ranges in copyrights
Mostyn Bramley-Moore
2013/03/03 23:36:55
OK- should I leave it as 2012, or bump it to 2013?
Nico
2013/03/04 08:55:00
2013
Mostyn Bramley-Moore
2013/03/04 09:37:13
Done.
|
| // 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_impl.h" |
| -#include "base/logging.h" |
| - |
| namespace content { |
| class PowerSaveBlockerImpl::Delegate |
| @@ -17,12 +15,10 @@ class PowerSaveBlockerImpl::Delegate |
| PowerSaveBlockerImpl::PowerSaveBlockerImpl(PowerSaveBlockerType type, |
| const std::string& reason) { |
| - // TODO(wangxianzhu): Implement it. |
| - // This may be called on any thread. |
|
Nico
2013/03/03 23:14:22
Are you sure this won't get implemented on android
Mostyn Bramley-Moore
2013/03/03 23:36:55
Android has its own copy in:
content/browser/power
|
| - NOTIMPLEMENTED(); |
| } |
| PowerSaveBlockerImpl::~PowerSaveBlockerImpl() { |
| } |
| } // namespace content |
| + |