| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index b80621eff52c819a3c6ae41f3b25b48e7cf2e201..94c88d475ffdd175c218573f8a77d5e09baf6ec2 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -564,13 +564,3 @@ IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_RequestShowAppBanner,
|
| // 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 */)
|
|
|