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

Unified Diff: content/browser/power_monitor_message_broadcaster.h

Issue 401083002: Initialize PowerMonitor on_power_battery intitial value for newly created processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Typo Created 6 years, 5 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: content/browser/power_monitor_message_broadcaster.h
diff --git a/content/browser/power_monitor_message_broadcaster.h b/content/browser/power_monitor_message_broadcaster.h
index 082ba670bbd4e554974ef2cd31750e6148d2dee3..21b266a7072ffc8232cb95b47f5ab8d69759d2c4 100644
--- a/content/browser/power_monitor_message_broadcaster.h
+++ b/content/browser/power_monitor_message_broadcaster.h
@@ -28,6 +28,8 @@ class CONTENT_EXPORT PowerMonitorMessageBroadcaster
virtual void OnSuspend() OVERRIDE;
virtual void OnResume() OVERRIDE;
+ void Init();
+
private:
IPC::Sender* sender_;
« no previous file with comments | « content/browser/browser_child_process_host_impl.cc ('k') | content/browser/power_monitor_message_broadcaster.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698