| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index f75359e63013f0e83b4e52efc3489fa2a1042a40..48e9e3518d597200cb7b0fc83b80f8989800d858 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -679,3 +679,13 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_AppBannerPromptReply,
|
| // Sent by the renderer to indicate that a fields trial has been activated.
|
| IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_FieldTrialActivated,
|
| std::string /* name */)
|
| +
|
| +// Record a sample string to a Rappor metric.
|
| +IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_RecordRappor,
|
| + std::string /* metric */,
|
| + std::string /* sample */)
|
| +
|
| +// Record a domain and registry of a url to a Rappor metric.
|
| +IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_RecordRapporURL,
|
| + std::string /* metric */,
|
| + GURL /* sample url */)
|
|
|