Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index ff49fe99f101703519b56084a829abc40847d8a8..a2d3e5f8dd94418616e7ff77271746c28bd83be6 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -599,7 +599,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 */) |
sadrul
2017/03/03 03:43:46
Hi! There are corresponding GpuHostMsg_FieldTrialA
|