mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Known issues: - chrome: Some ceftests are failing due to bfcache same-site enabled by default (see issue #3301)
		
			
				
	
	
		
			22 lines
		
	
	
		
			681 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			681 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git third_party/blink/public/platform/web_url_loader.h third_party/blink/public/platform/web_url_loader.h
 | |
| index 6ba4364c434fa..6400e5b34b65a 100644
 | |
| --- third_party/blink/public/platform/web_url_loader.h
 | |
| +++ third_party/blink/public/platform/web_url_loader.h
 | |
| @@ -153,12 +153,14 @@ class BLINK_PLATFORM_EXPORT WebURLLoader {
 | |
|    void SetResourceRequestSenderForTesting(
 | |
|        std::unique_ptr<WebResourceRequestSender> resource_request_sender);
 | |
|  
 | |
| +  // Cancels an asynchronous load.  This will appear as a load error to
 | |
| +  // the client.
 | |
| +  void Cancel();
 | |
| +
 | |
|   private:
 | |
|    class Context;
 | |
|    class RequestPeerImpl;
 | |
|  
 | |
| -  void Cancel();
 | |
| -
 | |
|    scoped_refptr<Context> context_;
 | |
|  };
 | |
|  
 |