| Index: webkit/glue/resource_loader_bridge.h
 | 
| diff --git a/webkit/glue/resource_loader_bridge.h b/webkit/glue/resource_loader_bridge.h
 | 
| index 951eb87739b3d2674fea5adbbc2fe861a2a98342..0adb1501d2479bce140b50d2d5dc5be3c46ce1db 100644
 | 
| --- a/webkit/glue/resource_loader_bridge.h
 | 
| +++ b/webkit/glue/resource_loader_bridge.h
 | 
| @@ -236,6 +236,9 @@ class ResourceLoaderBridge {
 | 
|      // If true, then the response body will be downloaded to a file and the
 | 
|      // path to that file will be provided in ResponseInfo::download_file_path.
 | 
|      bool download_to_file;
 | 
| +
 | 
| +    // True if the request was user initiated.
 | 
| +    bool has_user_gesture;
 | 
|    };
 | 
|  
 | 
|    // See the SyncLoad method declared below.  (The name of this struct is not
 | 
| 
 |