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

Unified Diff: chrome/browser/chromeos/cros_power_library.h

Issue 339013: cros: doing dbus stuff on the file thread==disaster. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
« no previous file with comments | « chrome/browser/chromeos/cros_network_library.cc ('k') | chrome/browser/chromeos/cros_power_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/chromeos/cros_network_library.cc ('k') | chrome/browser/chromeos/cros_power_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698