| 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..d3ffe07ef0528f5b88d0a9b0c63fca31af8ac7ff 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.
|
| +IPC_MESSAGE_CONTROL1(GpuHostMsg_FieldTrialActivated, std::string /* name */)
|
|
|