mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Resolve request mapping issues with swapped out frames and browser-side navigation (issue #2290)
This commit is contained in:
		@@ -1,12 +0,0 @@
 | 
			
		||||
diff --git content/browser/renderer_host/render_view_host_impl.h content/browser/renderer_host/render_view_host_impl.h
 | 
			
		||||
index 071ed012bada..0957d5dda328 100644
 | 
			
		||||
--- content/browser/renderer_host/render_view_host_impl.h
 | 
			
		||||
+++ content/browser/renderer_host/render_view_host_impl.h
 | 
			
		||||
@@ -158,6 +158,7 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
 | 
			
		||||
   void set_is_swapped_out(bool is_swapped_out) {
 | 
			
		||||
     is_swapped_out_ = is_swapped_out;
 | 
			
		||||
   }
 | 
			
		||||
+  bool is_swapped_out() const { return is_swapped_out_; }
 | 
			
		||||
 
 | 
			
		||||
   // TODO(creis): Remove as part of http://crbug.com/418265.
 | 
			
		||||
   bool is_waiting_for_close_ack() const { return is_waiting_for_close_ack_; }
 | 
			
		||||
		Reference in New Issue
	
	Block a user