summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorbajones@chromium.org <bajones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-02 22:09:13 +0000
committerbajones@chromium.org <bajones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-02 22:09:13 +0000
commit9dd901522edbaf51a00f03504cac30553b5dbfde (patch)
tree5e812fac198a30a83f80490814b691ba4b869573 /ipc/ipc_message_start.h
parent1d1b537362626b73838ebbe55d4aed3f8116e7d9 (diff)
downloadchromium_src-9dd901522edbaf51a00f03504cac30553b5dbfde.zip
chromium_src-9dd901522edbaf51a00f03504cac30553b5dbfde.tar.gz
chromium_src-9dd901522edbaf51a00f03504cac30553b5dbfde.tar.bz2
Created multi-process-friendly PowerMonitor interface.
PowerMonitor status is now captured in the browser process, which has the appropriate UI thread, and then sent via IPC to other processes which are interested in the power state. BUG=236031 R=apatrick@chromium.org, jam@chromium.org, jar@chromium.org, jvoung@chromium.org, kbr@chromium.org, mpcomplete@chromium.org, palmer@chromium.org, piman@chromium.org, vandebo@chromium.org Review URL: https://codereview.chromium.org/17074009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215381 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 79c823b..745acb0 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -88,6 +88,7 @@ enum IPCMessageStart {
WebRTCIdentityMsgStart,
EncodedVideoCaptureMsgStart,
LocalDiscoveryMsgStart,
+ PowerMonitorMsgStart,
LastIPCMsgStart // Must come last.
};