mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			582 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			582 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git url_request.h url_request.h
 | |
| index 73e02d9..5a20709 100644
 | |
| --- url_request.h
 | |
| +++ url_request.h
 | |
| @@ -648,10 +648,10 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
 | |
|    // or after the response headers are received.
 | |
|    void GetConnectionAttempts(ConnectionAttempts* out) const;
 | |
|  
 | |
| - protected:
 | |
|    // Allow the URLRequestJob class to control the is_pending() flag.
 | |
|    void set_is_pending(bool value) { is_pending_ = value; }
 | |
|  
 | |
| + protected:
 | |
|    // Allow the URLRequestJob class to set our status too.
 | |
|    void set_status(URLRequestStatus status);
 | |
|  
 |