mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add warning to LoadRequest about INVALID_INITIATOR_ORIGIN (213) failure condition (see issue #2586)
This commit is contained in:
@@ -131,6 +131,10 @@ class CefFrame : public virtual CefBaseRefCounted {
|
||||
|
||||
///
|
||||
// Load the request represented by the |request| object.
|
||||
//
|
||||
// WARNING: This method will fail with "bad IPC message" reason
|
||||
// INVALID_INITIATOR_ORIGIN (213) unless you first navigate to the
|
||||
// request origin using some other mechanism (LoadURL, link click, etc).
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void LoadRequest(CefRefPtr<CefRequest> request) = 0;
|
||||
|
Reference in New Issue
Block a user