Index: chrome/common/render_messages_params.h |
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h |
index bc82818c6373a4b21beb27571a29dc3c93c1c610..d3a529ac9fbfc69a425afc9e45ad0dc42d103858 100644 |
--- a/chrome/common/render_messages_params.h |
+++ b/chrome/common/render_messages_params.h |
@@ -469,6 +469,9 @@ struct ViewHostMsg_Resource_Request { |
bool download_to_file; |
+ // 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. |