mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove CefFrame::LoadString method (fixes issue #2586)
This method has not behaved as expected for some time.
This commit is contained in:
@ -145,15 +145,6 @@ class CefFrame : public virtual CefBaseRefCounted {
|
||||
/*--cef()--*/
|
||||
virtual void LoadURL(const CefString& url) = 0;
|
||||
|
||||
///
|
||||
// Load the contents of |string_val| with the specified dummy |url|. |url|
|
||||
// should have a standard scheme (for example, http scheme) or behaviors like
|
||||
// link clicks and web security restrictions may not behave as expected.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void LoadString(const CefString& string_val,
|
||||
const CefString& url) = 0;
|
||||
|
||||
///
|
||||
// Execute a string of JavaScript code in this frame. The |script_url|
|
||||
// parameter is the URL where the script in question can be found, if any.
|
||||
|
Reference in New Issue
Block a user