Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: chrome/browser/chromeos/power/light_bar.cc

Issue 823703004: Tracking push events for lucid sleep (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Version 2 with NotificationService Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698