Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6197)

Unified Diff: chrome/common/render_messages.h

Issue 2376403003: Convert RapporRecorder to use mojo. (Closed)
Patch Set: Convert RapporRecorder to use mojo. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */)

Powered by Google App Engine
This is Rietveld 408576698