Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 5167171829ed48012ec6ea8eea62aeda47f6cd12..cf24671665a690db3470092d7582b3a0f6bef70b 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -124,12 +124,6 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_WebUIJavaScript, |
IPC_MESSAGE_ROUTED1(ChromeViewMsg_LoadBlockedPlugins, |
std::string /* identifier */) |
-// Tells the renderer to create a FieldTrial, and by using a 100% probability |
-// for the FieldTrial, forces the FieldTrial to have assigned group name. |
-IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetFieldTrialGroup, |
- std::string /* field trial name */, |
- std::string /* group name that was assigned. */) |
- |
// Sent to allow or forbid the running of insecure mixed-content. |
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowRunningInsecureContent, |
bool /* allowed */) |