From c04057c9f62073cd266eebe462dd777f8fe6d7a5 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Thu, 18 Feb 2010 15:56:16 +0000 Subject: convert power_save_blocker NOTIMPLEMENTED into a bug Warning everyone about this every time we run the app is not helpful. BUG=33605,34081 Review URL: http://codereview.chromium.org/646012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39360 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/power_save_blocker_stub.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome') 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 } -- cgit v1.1