blob: a509e63d9e85557b02a89379d65ca2c6fc56bb42 [file] [log] [blame]
[email protected]c5212892010-09-08 06:30:331// Copyright (c) 2010 The Chromium Authors. All rights reserved.
[email protected]36e93a772009-10-23 04:18:052// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/power_save_blocker.h"
6
[email protected]36e93a772009-10-23 04:18:057// Default, stub implementation, for platforms that don't have their own yet.
8
9void PowerSaveBlocker::ApplyBlock(bool blocking) {
[email protected]c04057c92010-02-18 15:56:1610 // http://code.google.com/p/chromium/issues/detail?id=33605
11 // http://code.google.com/p/chromium/issues/detail?id=34081
[email protected]36e93a772009-10-23 04:18:0512}