| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 298f9c1dbce02331e3d68cda86e049cb785cd443..7f6b638e5965e87460e0d6512017263e195a6f9f 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -204,11 +204,9 @@ IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetContentSettingRules,
|
|
|
| // Tells the renderer to create a FieldTrial, and by using a 100% probability
|
| // for the FieldTrial, forces the FieldTrial to have assigned group name.
|
| -IPC_MESSAGE_CONTROL4(ChromeViewMsg_SetFieldTrialGroup,
|
| +IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetFieldTrialGroup,
|
| std::string /* field trial name */,
|
| - std::string /* group name that was assigned. */,
|
| - base::ProcessId /* for debugging, the sender process id */,
|
| - int32_t /* for debugging, the debug token */)
|
| + std::string /* group name that was assigned. */)
|
|
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetPageSequenceNumber,
|
| int /* page_seq_no */)
|
|
|