diff options
Diffstat (limited to 'chrome/browser/power_save_blocker_stub.cc')
-rw-r--r-- | chrome/browser/power_save_blocker_stub.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/power_save_blocker_stub.cc b/chrome/browser/power_save_blocker_stub.cc index 3c31f14..b1d695d 100644 --- a/chrome/browser/power_save_blocker_stub.cc +++ b/chrome/browser/power_save_blocker_stub.cc @@ -9,5 +9,6 @@ // Default, stub implementation, for platforms that don't have their own yet. void PowerSaveBlocker::ApplyBlock(bool blocking) { - NOTIMPLEMENTED(); + // http://code.google.com/p/chromium/issues/detail?id=33605 + // http://code.google.com/p/chromium/issues/detail?id=34081 } |