mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix documentation typo in cef_sandbox_win.h
This commit is contained in:
committed by
Marshall Greenblatt
parent
4014be78dc
commit
a2c621bf8b
@ -50,13 +50,13 @@ extern "C" {
|
|||||||
// 2. Link the executable with the cef_sandbox static library.
|
// 2. Link the executable with the cef_sandbox static library.
|
||||||
// 3. Call the cef_sandbox_info_create() function from within the executable
|
// 3. Call the cef_sandbox_info_create() function from within the executable
|
||||||
// (not from a separate DLL) and pass the resulting pointer into both the
|
// (not from a separate DLL) and pass the resulting pointer into both the
|
||||||
// CefExecutProcess() and CefInitialize() functions via the
|
// CefExecuteProcess() and CefInitialize() functions via the
|
||||||
// |windows_sandbox_info| parameter.
|
// |windows_sandbox_info| parameter.
|
||||||
|
|
||||||
///
|
///
|
||||||
// Create the sandbox information object for this process. It is safe to create
|
// Create the sandbox information object for this process. It is safe to create
|
||||||
// multiple of this object and to destroy the object immediately after passing
|
// multiple of this object and to destroy the object immediately after passing
|
||||||
// into the CefExecutProcess() and/or CefInitialize() functions.
|
// into the CefExecuteProcess() and/or CefInitialize() functions.
|
||||||
///
|
///
|
||||||
void* cef_sandbox_info_create(void);
|
void* cef_sandbox_info_create(void);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user