| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 9ab8ff94eed9214cb1533bd3dab2dd8a208c35d5..ce565cf90a78963310281967258f135de8ebf05d 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -203,10 +203,11 @@ 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_CONTROL3(ChromeViewMsg_SetFieldTrialGroup,
|
| +IPC_MESSAGE_CONTROL4(ChromeViewMsg_SetFieldTrialGroup,
|
| std::string /* field trial name */,
|
| std::string /* group name that was assigned. */,
|
| - base::ProcessId /* for debugging, the sender process id */)
|
| + base::ProcessId /* for debugging, the sender process id */,
|
| + int32_t /* for debugging, the debug token */)
|
|
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetPageSequenceNumber,
|
| int /* page_seq_no */)
|
|
|