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

Unified Diff: chrome/common/render_messages.h

Issue 2453313004: Convert FieldTrialActivated to use mojo. (Closed)
Patch Set: Convert FieldTrialActivated to use mojo. Created 4 years, 1 month 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 74a06e01cd372752e621704d14edf53a90b32046..6baea9c960340beaa9a9b66414425d14dbac72bc 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -604,7 +604,3 @@ IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetSearchURLs,
IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsCrashReportingEnabled,
bool /* enabled */)
#endif
-
-// Sent by the renderer to indicate that a fields trial has been activated.
-IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_FieldTrialActivated,
- std::string /* name */)

Powered by Google App Engine
This is Rietveld 408576698