Index: content/common/gpu_host_messages.h |
diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h |
index 97f6d1c55920023dd45c7b43d6a1ab2dc38954ff..cac726391f009c5279503a19785ce13a2b792238 100644 |
--- a/content/common/gpu_host_messages.h |
+++ b/content/common/gpu_host_messages.h |
@@ -251,3 +251,6 @@ IPC_MESSAGE_CONTROL3(GpuHostMsg_OnLogMessage, |
int /*severity*/, |
std::string /* header */, |
std::string /* message */) |
+ |
+// Sent by the gpu process to indicate that a fields trial has been activated. |
rkaplow
2016/06/03 18:01:31
GPU
Alexei Svitkine (slow)
2016/06/03 20:49:05
Done.
|
+IPC_MESSAGE_CONTROL1(GpuHostMsg_FieldTrialActivated, std::string /* name */) |