mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix typos in the comments that generate the documentation
This commit is contained in:
committed by
Marshall Greenblatt
parent
552a3bf353
commit
4c5ccce85f
@ -164,14 +164,14 @@ class CefRequest : public virtual CefBaseRefCounted {
|
||||
virtual void SetFlags(int flags) = 0;
|
||||
|
||||
///
|
||||
// Set the URL to the first party for cookies used in combination with
|
||||
// Get the URL to the first party for cookies used in combination with
|
||||
// CefURLRequest.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual CefString GetFirstPartyForCookies() = 0;
|
||||
|
||||
///
|
||||
// Get the URL to the first party for cookies used in combination with
|
||||
// Set the URL to the first party for cookies used in combination with
|
||||
// CefURLRequest.
|
||||
///
|
||||
/*--cef()--*/
|
||||
|
Reference in New Issue
Block a user