Fix typo in the comment.
This commit is contained in:
parent
65c1ec4e94
commit
bfea9775a0
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ void NativeWindow::CloseContents(content::WebContents* source) {
|
|||
// memory will not be freed until you call delete.
|
||||
// In this way, it would be safe to manage windows via smart pointers. If you
|
||||
// want to free memory when the window is closed, you can do deleting by
|
||||
// overriding the WillCloseWindow method in the observer.
|
||||
// overriding the OnWindowClosed method in the observer.
|
||||
CloseImmediately();
|
||||
|
||||
NotifyWindowClosed();
|
||||
|
|
Loading…
Add table
Reference in a new issue