Index: chrome/browser/chromeos/power/light_bar.cc |
diff --git a/chrome/browser/chromeos/power/light_bar.cc b/chrome/browser/chromeos/power/light_bar.cc |
index 92c2033994547c714642c362bbe41c8980ff0ef9..5afb6af5f380b24d2aaf0dc90d4cff8758367a4a 100644 |
--- a/chrome/browser/chromeos/power/light_bar.cc |
+++ b/chrome/browser/chromeos/power/light_bar.cc |
@@ -27,11 +27,11 @@ const char kKonamiCommand[] = "KONAMI"; |
LightBar::LightBar() |
: control_path_(base::FilePath(kLightBarControlPath)), |
has_light_bar_(base::PathIsWritable(control_path_)) { |
- DBusThreadManager::Get()->GetPowerManagerClient()->AddObserver(this); |
+ // DBusThreadManager::Get()->GetPowerManagerClient()->AddObserver(this); |
} |
LightBar::~LightBar() { |
- DBusThreadManager::Get()->GetPowerManagerClient()->RemoveObserver(this); |
+ // DBusThreadManager::Get()->GetPowerManagerClient()->RemoveObserver(this); |
} |
void LightBar::DarkSuspendImminent() { |