| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 8bba1bcbc034b44a84c19bad3d8482a64013d12e..d96aaf89b744a820fb6f2ee8acea742324b84dbd 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -658,3 +658,8 @@ IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetSearchURLs,
|
| IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsCrashReportingEnabled,
|
| bool /* enabled */)
|
| #endif
|
| +
|
| +// Sent by the renderer to indicate that a fields trial has been activated.
|
| +IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FieldTrialActivated,
|
| + std::string /* name */,
|
| + std::string /* group_name */)
|
|
|