Index: chrome/common/render_messages_params.h |
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h |
index a243a5b88d92875e2193a4ece7f110a6aca31553..a221425fe7d69684b27d27fb04d9f1ca8147f295 100644 |
--- a/chrome/common/render_messages_params.h |
+++ b/chrome/common/render_messages_params.h |
@@ -463,6 +463,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. |