mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Add API for SSL status and certificate retrieval (issue #1924)
This commit is contained in:
		@@ -97,6 +97,7 @@ class CefBrowserHostCToCpp
 | 
			
		||||
  void DragTargetDrop(const CefMouseEvent& event) OVERRIDE;
 | 
			
		||||
  void DragSourceEndedAt(int x, int y, DragOperationsMask op) OVERRIDE;
 | 
			
		||||
  void DragSourceSystemDragEnded() OVERRIDE;
 | 
			
		||||
  CefRefPtr<CefNavigationEntry> GetVisibleNavigationEntry() OVERRIDE;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif  // USING_CEF_SHARED
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user