Index: chrome/browser/chromeos/cros_power_library.h |
=================================================================== |
--- chrome/browser/chromeos/cros_power_library.h (revision 29405) |
+++ chrome/browser/chromeos/cros_power_library.h (working copy) |
@@ -56,8 +56,7 @@ |
const chromeos::PowerStatus& status); |
// This methods starts the monitoring of power changes. |
- // It should be called on a background thread. |
- void InitOnBackgroundThread(); |
+ void Init(); |
// Called by the handler to update the power status. |
// This will notify all the Observers. |