Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index ed50c60e39436da38c4fd15923d6ccc29fef5ea9..77dffc8d3118d0c924081909cf6a0ea223dde2f2 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -981,10 +981,6 @@ IPC_SYNC_MESSAGE_CONTROL0_2(ViewHostMsg_GetAudioHardwareConfig, |
media::AudioParameters /* input parameters */, |
media::AudioParameters /* output parameters */) |
-// Asks the browser for CPU usage of the renderer process in percents. |
-IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetCPUUsage, |
- int /* CPU usage in percents */) |
- |
// Asks the browser for the renderer process memory size stats. |
IPC_SYNC_MESSAGE_CONTROL0_2(ViewHostMsg_GetProcessMemorySizes, |
size_t /* private_bytes */, |