Chromium Code Reviews| 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..bc61391f6ee4e6deead9b5a3531e6e56c4054117 100644 |
| --- a/chrome/common/render_messages_params.h |
| +++ b/chrome/common/render_messages_params.h |
| @@ -484,6 +484,7 @@ struct ViewHostMsg_Resource_Request { |
| // The following two members are specified if the request is initiated by |
| // a plugin like Gears. |
| + // TODO(aa): Can these be removed now? Unclear if they are being used. |
|
evanm
2011/02/25 21:47:13
Why not? I guess we can find it later by grepping
Aaron Boodman
2011/02/25 22:29:28
It seemed like maybe external automation clients c
|
| // Contains the id of the host renderer. |
| int host_renderer_id; |