Index: chrome/common/render_messages_params.h |
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h |
index 984392e757941fcf1d11d47aacbe2ab33aa2953a..b054afd1c173e88ec3f611d32707f29c1020fa9b 100644 |
--- a/chrome/common/render_messages_params.h |
+++ b/chrome/common/render_messages_params.h |
@@ -481,15 +481,6 @@ struct ViewHostMsg_Resource_Request { |
// True if the request was user initiated. |
bool has_user_gesture; |
- |
- // The following two members are specified if the request is initiated by |
- // a plugin like Gears. |
- |
- // Contains the id of the host renderer. |
- int host_renderer_id; |
- |
- // Contains the id of the host render view. |
- int host_render_view_id; |
}; |
// Parameters for a render request. |