Index: chrome/common/render_messages_params.h |
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h |
index ef5716bb9402643dd47494ab501fe310262898b6..cc9ef5e1f8edc8268b554d76360af1aca23cfcdd 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. |