| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index ce3601012790ad6ddac6c266a322585bd97b5d22..c73dcefebb253933d06c8add4412c66fb7c836b8 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -635,13 +635,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 */)
|
|
|