Fix typo in the comment.

This commit is contained in:
Cheng Zhao 2013-05-15 13:47:15 +08:00
parent 65c1ec4e94
commit bfea9775a0

View file

@ -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();